From 5e459e0f6fb2b58d62a62f6784487f765a229f08 Mon Sep 17 00:00:00 2001 From: kkopanidis Date: Mon, 25 Jul 2022 14:42:57 +0300 Subject: [PATCH] chore(release): 0.0.7 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fab9c..8f7abf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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/ConduitPlatform/CLI/compare/v0.0.6...v0.0.7) (2022-07-25) + + +### Features + +* **deploy:** setup workaround for outdated tags in latest major ([#25](https://github.com/ConduitPlatform/CLI/issues/25)) ([59355b6](https://github.com/ConduitPlatform/CLI/commit/59355b642f015d71096a857ee7c762521418faca)) + + +### Bug Fixes + +* **deploy:** listLocalDeployments failing while running=true ([#23](https://github.com/ConduitPlatform/CLI/issues/23)) ([28d17d1](https://github.com/ConduitPlatform/CLI/commit/28d17d1ce9764845176d8466e812b83ae70b30e3)) + ### [0.0.6](https://github.com/ConduitPlatform/CLI/compare/v0.0.5...v0.0.6) (2022-07-18) diff --git a/package.json b/package.json index 59e2507..96e443e 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.6", + "version": "0.0.7", "author": "Conduit Team", "bin": { "conduit": "./bin/run"