Skip to content

Commit

Permalink
chore(release): 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis committed Jul 25, 2022
1 parent 59355b6 commit 5e459e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 5e459e0

Please sign in to comment.