diff --git a/.changeset/old-sheep-promise.md b/.changeset/old-sheep-promise.md deleted file mode 100644 index e890228..0000000 --- a/.changeset/old-sheep-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@qwikdev/astro": patch ---- - -docs: Updated readme to include the CLI! diff --git a/libs/qwikdev-astro/CHANGELOG.md b/libs/qwikdev-astro/CHANGELOG.md index 7c75fd8..50dc7dd 100644 --- a/libs/qwikdev-astro/CHANGELOG.md +++ b/libs/qwikdev-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # @qwikdev/astro +## 0.5.15 + +### Patch Changes + +- d63c45c: docs: Updated readme to include the CLI! + ## 0.5.14 ### Patch Changes diff --git a/libs/qwikdev-astro/package.json b/libs/qwikdev-astro/package.json index f044c6e..b3c5bae 100644 --- a/libs/qwikdev-astro/package.json +++ b/libs/qwikdev-astro/package.json @@ -1,7 +1,7 @@ { "name": "@qwikdev/astro", "description": "Use Qwik components and Resumability within Astro", - "version": "0.5.14", + "version": "0.5.15", "contributors": [ { "name": "Miško Hevery", @@ -27,7 +27,12 @@ ".": "./src/index.ts", "./package.json": "./package.json" }, - "files": ["src", "src/index.ts", "server.ts", "env.d.ts"], + "files": [ + "src", + "src/index.ts", + "server.ts", + "env.d.ts" + ], "keywords": [ "astro-integration", "astro-component",