diff --git a/.changeset/happy-seals-fly.md b/.changeset/happy-seals-fly.md deleted file mode 100644 index e9b6a41..0000000 --- a/.changeset/happy-seals-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"create-cardinal-app": patch ---- - -(cli): rewrite scaffolding logic for broken installers diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index 96ca7eb..451c72e 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,3 +1,10 @@ + +## 0.2.2 + +### Patch Changes + +- [#32](https://github.com/ernesto-oss/cardinal/pull/32) [`70c2e8a`](https://github.com/ernesto-oss/cardinal/commit/70c2e8adbcb4be1c09a8ef89ba38aafeab6967e6) Thanks [@ernestoresende](https://github.com/ernestoresende)! - (cli): rewrite scaffolding logic for broken installers + ## 0.2.1 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index dedbc4e..89e0b0a 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "create-cardinal-app", - "version": "0.2.1", + "version": "0.2.2", "description": "Cardinal is a CLI tool that helps you quickstart a full-stack monorepo project. You choose the parts you want, we put it together.", "repository": { "type": "git",