diff --git a/.changeset/fifty-ghosts-press.md b/.changeset/fifty-ghosts-press.md deleted file mode 100644 index 2a9bc02..0000000 --- a/.changeset/fifty-ghosts-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@effect/remix-plugin": patch ---- - -make babel transforms async diff --git a/CHANGELOG.md b/CHANGELOG.md index 00fadcf..e4292c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @effect/remix-plugin +## 0.0.6 + +### Patch Changes + +- [#9](https://github.com/Effect-TS/remix-plugin/pull/9) [`c2753bb`](https://github.com/Effect-TS/remix-plugin/commit/c2753bbf2745f631f9acc51160faa1743da523eb) Thanks [@pigoz](https://github.com/pigoz)! - make babel transforms async + ## 0.0.5 ### Patch Changes diff --git a/package.json b/package.json index 5144f9c..58c0f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@effect/remix-plugin", - "version": "0.0.5", + "version": "0.0.6", "publishConfig": { "access": "public", "directory": "dist"