diff --git a/.changeset/thin-plums-taste.md b/.changeset/thin-plums-taste.md deleted file mode 100644 index d5c72af3..00000000 --- a/.changeset/thin-plums-taste.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@prefresh/nollup": patch ---- - -fixes "could not resolve runtime.js" error within prefresh/nollup diff --git a/packages/nollup/CHANGELOG.md b/packages/nollup/CHANGELOG.md index 09e58e1c..ff86a94a 100644 --- a/packages/nollup/CHANGELOG.md +++ b/packages/nollup/CHANGELOG.md @@ -1,5 +1,11 @@ # @prefresh/nollup +## 4.0.1 + +### Patch Changes + +- [`3a61544`](https://github.com/preactjs/prefresh/commit/3a61544bf0ca29681ce3e45f7f2d4aff268db485) [#547](https://github.com/preactjs/prefresh/pull/547) Thanks [@Sanshain](https://github.com/Sanshain)! - fixes "could not resolve runtime.js" error within prefresh/nollup + ## 4.0.0 ### Minor Changes diff --git a/packages/nollup/package.json b/packages/nollup/package.json index b50fbb12..7e21e93e 100644 --- a/packages/nollup/package.json +++ b/packages/nollup/package.json @@ -1,6 +1,6 @@ { "name": "@prefresh/nollup", - "version": "4.0.0", + "version": "4.0.1", "main": "src/index.js", "module": "src/wrapper.mjs", "exports": { @@ -11,7 +11,7 @@ "./src/runtime.js": { "require": "./src/runtime.js", "import": "./src/runtime.js" - }, + }, "./package.json": "./package.json" }, "scripts": {