diff --git a/.changeset/quiet-seahorses-notice.md b/.changeset/quiet-seahorses-notice.md deleted file mode 100644 index 3d64ebb..0000000 --- a/.changeset/quiet-seahorses-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hanabi.rest/cli": patch ---- - -Add dist/templates/\*\*/.gitignore to files in package.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 02a29d7..1dcfe77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hanabi.rest/cli +## 0.1.4 + +### Patch Changes + +- [#11](https://github.com/hanabi-rest/cli/pull/11) [`ac79fda`](https://github.com/hanabi-rest/cli/commit/ac79fdab032d3febe07773ba9316a55f075ed0c7) Thanks [@yutakobayashidev](https://github.com/yutakobayashidev)! - Add dist/templates/\*\*/.gitignore to files in package.json + ## 0.1.3 ### Patch Changes diff --git a/package.json b/package.json index 3863b1e..b6987d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hanabi.rest/cli", - "version": "0.1.3", + "version": "0.1.4", "description": "CLI to download code, SQL, and dependencies for hanabi.rest applications.", "publishConfig": { "access": "public"