Skip to content

Commit

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


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.5",
"version": "0.0.6",
"author": "Conduit Team",
"bin": {
"conduit": "./bin/run"
Expand Down

0 comments on commit 165e35c

Please sign in to comment.