diff --git a/.changeset/witty-trees-sip.md b/.changeset/witty-trees-sip.md deleted file mode 100644 index eba5fa5..0000000 --- a/.changeset/witty-trees-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@nathanld/gas": patch ---- - -Further hops towards parity diff --git a/CHANGELOG.md b/CHANGELOG.md index 134709a..0b731e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @nathanld/gas +## 0.0.7 + +### Patch Changes + +- 2639d26: Further hops towards parity + ## 0.0.6 ### Patch Changes diff --git a/package.json b/package.json index 6a5ef25..1bdd401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nathanld/gas", - "version": "0.0.6", + "version": "0.0.7", "description": "A native Bun plugin for compiling SolidJS projects without Babel", "type": "module", "main": "./dist/index.js",