diff --git a/.changeset/twelve-cats-turn.md b/.changeset/twelve-cats-turn.md deleted file mode 100644 index f18e651..0000000 --- a/.changeset/twelve-cats-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hanabi.rest/cli": patch ---- - -fix: fix: initial commit message diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f0007..02a29d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hanabi.rest/cli +## 0.1.3 + +### Patch Changes + +- [#9](https://github.com/hanabi-rest/cli/pull/9) [`58ff217`](https://github.com/hanabi-rest/cli/commit/58ff2170ab1c600f083dd31500164c75a0ebc843) Thanks [@yutakobayashidev](https://github.com/yutakobayashidev)! - fix: fix: initial commit message + ## 0.1.2 ### Patch Changes diff --git a/package.json b/package.json index fb79907..478f716 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hanabi.rest/cli", - "version": "0.1.2", + "version": "0.1.3", "description": "CLI to download code, SQL, and dependencies for hanabi.rest applications.", "publishConfig": { "access": "public"