Skip to content

Commit 2b97f9d

Browse files
Version Packages (#102)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent a937040 commit 2b97f9d

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

.changeset/blue-plants-thank.md

-5
This file was deleted.

.changeset/ninety-queens-pump.md

-5
This file was deleted.

.changeset/wild-eyes-wink.md

-5
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @cloudflare/next-on-pages
22

3+
## 0.4.2
4+
5+
### Patch Changes
6+
7+
- a937040: fixed npx not working on windows
8+
- bcceaf0: Fix Windows file paths not matching entries in the middleware manifest.
9+
- da15971: Add support for Next.js [basepath](https://nextjs.org/docs/api-reference/next.config.js/basepath)
10+
311
## 0.4.1
412

513
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudflare/next-on-pages",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"bin": "./bin/index.js",
55
"scripts": {
66
"build": "npx esbuild --bundle --platform=node ./src/index.ts --external:esbuild --external:chokidar --outfile=./dist/index.js",

0 commit comments

Comments
 (0)