diff --git a/.changeset/itchy-apples-march.md b/.changeset/itchy-apples-march.md deleted file mode 100644 index 644cb26e..00000000 --- a/.changeset/itchy-apples-march.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@skeet-framework/cli': patch ---- - -Add - skeet new - -Added a new command to the cli to create a new project. -This command will create skeet v3 projects. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index f6781460..fc2813a9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # @skeet-framework/cli +## 2.0.14 + +### Patch Changes + +- [#327](https://github.com/elsoul/skeet/pull/327) [`64d017a`](https://github.com/elsoul/skeet/commit/64d017af139ad2f24b2e4377218338de0483933b) Thanks [@POPPIN-FUMI](https://github.com/POPPIN-FUMI)! - Add - skeet new + + Added a new command to the cli to create a new project. + This command will create skeet v3 projects. + ## 2.0.13 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index f81dfd42..bd7dcf3e 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@skeet-framework/cli", - "version": "2.0.13", + "version": "2.0.14", "description": "Skeet CLI", "main": "dist/index.js", "module": "dist/index.js",