diff --git a/.changeset/chilly-plums-behave.md b/.changeset/chilly-plums-behave.md deleted file mode 100644 index 06197ab..0000000 --- a/.changeset/chilly-plums-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hanabi.rest/cli": patch ---- - -Add .npmignore file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dcfe77..0b6b336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hanabi.rest/cli +## 0.1.5 + +### Patch Changes + +- [`437d513`](https://github.com/hanabi-rest/cli/commit/437d5135f1046130b81c314c968a97fff08d7ec4) Thanks [@yutakobayashidev](https://github.com/yutakobayashidev)! - Add .npmignore file + ## 0.1.4 ### Patch Changes diff --git a/package.json b/package.json index b6987d9..dc73827 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hanabi.rest/cli", - "version": "0.1.4", + "version": "0.1.5", "description": "CLI to download code, SQL, and dependencies for hanabi.rest applications.", "publishConfig": { "access": "public"