From 1e98aed0d0fb954aff64d6b6e7ccb6c8ac590cdd Mon Sep 17 00:00:00 2001 From: kkopanidis Date: Fri, 15 Jul 2022 13:26:23 +0300 Subject: [PATCH] chore(release): 0.0.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8829c5c..ba1f68a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. See [standa ### [0.0.4](https://github.com/ConduitPlatform/CLI/compare/v0.0.3...v0.0.4) (2022-07-15) +### Features + +* deploy command based on docker-compose ([#19](https://github.com/ConduitPlatform/CLI/issues/19)) ([e86d8dc](https://github.com/ConduitPlatform/CLI/commit/e86d8dc3d8baa84965c60d32d18eba9e778c478a)) + +### [0.0.4](https://github.com/ConduitPlatform/CLI/compare/v0.0.3...v0.0.4) (2022-07-15) + + ### Features * deploy command based on docker-compose ([#19](https://github.com/ConduitPlatform/CLI/issues/19)) ([e86d8dc](https://github.com/ConduitPlatform/CLI/commit/e86d8dc3d8baa84965c60d32d18eba9e778c478a)) diff --git a/package.json b/package.json index 46f5ee7..43ba973 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.3", + "version": "0.0.4", "author": "Conduit Team", "bin": { "conduit": "./bin/run"