From de0a9dc3befc944a75107c595fb3f6c3ca0f2eb2 Mon Sep 17 00:00:00 2001 From: Abel Garcia Dorta Date: Fri, 11 Jun 2021 10:13:40 +0100 Subject: [PATCH] chore(release): 0.0.7 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37548b3..437e355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.7](https://github.com/acidtango/arcus-js/compare/v0.0.6...v0.0.7) (2021-06-11) + + +### Features + +* adds a single consult endpoint ([#11](https://github.com/acidtango/arcus-js/issues/11)) ([2cd1aa9](https://github.com/acidtango/arcus-js/commit/2cd1aa97199933246c93d0c5a0dfcd15e7ea1ef7)) + ### 0.0.6 (2021-05-31) diff --git a/package.json b/package.json index ca80b2f..0fa6f92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@acid-tango/arcus-js", - "version": "0.0.6", + "version": "0.0.7", "description": "", "author": "", "license": "MIT",