From da50ac0de996a313846f9afe66fed50fcd5c3a8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 14 Mar 2024 19:12:26 +0000 Subject: [PATCH] Version Packages --- .changeset/long-flowers-accept.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/long-flowers-accept.md diff --git a/.changeset/long-flowers-accept.md b/.changeset/long-flowers-accept.md deleted file mode 100644 index 6e2038f..0000000 --- a/.changeset/long-flowers-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@hanabi.rest/cli": patch ---- - -fix: templates path diff --git a/CHANGELOG.md b/CHANGELOG.md index de233c2..e0f0007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @hanabi.rest/cli +## 0.1.2 + +### Patch Changes + +- [#7](https://github.com/hanabi-rest/cli/pull/7) [`4afb909`](https://github.com/hanabi-rest/cli/commit/4afb909067d58eb08ad02bb588008758e54158fc) Thanks [@yutakobayashidev](https://github.com/yutakobayashidev)! - fix: templates path + ## 0.1.1 ### Patch Changes diff --git a/package.json b/package.json index 4ab6a92..fb79907 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hanabi.rest/cli", - "version": "0.1.1", + "version": "0.1.2", "description": "CLI to download code, SQL, and dependencies for hanabi.rest applications.", "publishConfig": { "access": "public"