Skip to content

Commit 75c14fd

Browse files
Version Packages (#548)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3a61544 commit 75c14fd

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/thin-plums-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/nollup/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @prefresh/nollup
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- [`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
8+
39
## 4.0.0
410

511
### Minor Changes

packages/nollup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prefresh/nollup",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"main": "src/index.js",
55
"module": "src/wrapper.mjs",
66
"exports": {
@@ -11,7 +11,7 @@
1111
"./src/runtime.js": {
1212
"require": "./src/runtime.js",
1313
"import": "./src/runtime.js"
14-
},
14+
},
1515
"./package.json": "./package.json"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)