diff --git a/.changeset/mighty-ravens-rule.md b/.changeset/mighty-ravens-rule.md deleted file mode 100644 index 0ab8063..0000000 --- a/.changeset/mighty-ravens-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hanabi.rest/cli": patch ---- - -add error handling diff --git a/CHANGELOG.md b/CHANGELOG.md index d53a8c1..d78ca8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hanabi.rest/cli +## 0.3.2 + +### Patch Changes + +- [#23](https://github.com/hanabi-rest/cli/pull/23) [`62eaf86`](https://github.com/hanabi-rest/cli/commit/62eaf86ae404c83cc45fbb41ba381f7bc104bfb2) Thanks [@inaridiy](https://github.com/inaridiy)! - add error handling + ## 0.3.1 ### Patch Changes diff --git a/package.json b/package.json index 46c2801..8424472 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hanabi.rest/cli", - "version": "0.3.1", + "version": "0.3.2", "description": "CLI to download code, SQL, and dependencies for hanabi.rest applications.", "publishConfig": { "access": "public"