From 165e35cedcd53190c1ea7dbeb6a6ebce5272c5ce Mon Sep 17 00:00:00 2001 From: kkopanidis Date: Mon, 18 Jul 2022 11:42:15 +0300 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75dce7..12fab9c 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.6](https://github.com/ConduitPlatform/CLI/compare/v0.0.5...v0.0.6) (2022-07-18) + + +### Bug Fixes + +* broken named imports ([#22](https://github.com/ConduitPlatform/CLI/issues/22)) ([8003b39](https://github.com/ConduitPlatform/CLI/commit/8003b3959ecd28ba7e30d1cc6b1a3b116693592a)) + ### [0.0.5](https://github.com/ConduitPlatform/CLI/compare/v0.0.4...v0.0.5) (2022-07-17) diff --git a/package.json b/package.json index a0d3a77..59e2507 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@conduitplatform/cli", "description": "The CLI to help you when developing conduit", - "version": "0.0.5", + "version": "0.0.6", "author": "Conduit Team", "bin": { "conduit": "./bin/run"