diff --git a/.changeset/busy-cougars-flash.md b/.changeset/busy-cougars-flash.md deleted file mode 100644 index 0a1e2844..00000000 --- a/.changeset/busy-cougars-flash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@perfect-abstractions/compose-cli": patch ---- - -fix cli rendering on windows diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index f8050eca..cdf06ad5 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.3 + +### Patch Changes + +- 39c213a: fix cli rendering on windows + ## 0.1.2 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index a6552162..eb5495da 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@perfect-abstractions/compose-cli", - "version": "0.1.2", + "version": "0.1.3", "description": "CLI to scaffold Compose facet-based diamond projects", "main": "dist/index.js", "bin": {