Skip to content

Commit

Permalink
release: v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Feb 25, 2025
1 parent f4da489 commit f84fcb8
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.3.7](https://github.com/vikejs/vike-node/compare/v0.3.6...v0.3.7) (2025-02-25)


### Bug Fixes

* fix static asset serving upon `baseAssets===/` ([#61](https://github.com/vikejs/vike-node/issues/61)) ([f4da489](https://github.com/vikejs/vike-node/commit/f4da489161c27bc19572480e1ea13947dbf8b2b6))



## [0.3.6](https://github.com/vikejs/vike-node/compare/v0.3.5...v0.3.6) (2025-02-13)


Expand Down
2 changes: 1 addition & 1 deletion examples/express-react-vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.219",
"vike-node": "^0.3.6",
"vike-node": "^0.3.7",
"vike-react": "^0.5.7",
"vite": "^5.4.12"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/express-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.219",
"vike-node": "^0.3.6",
"vike-node": "^0.3.7",
"vike-react": "^0.5.7",
"vite": "^5.4.12"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-react-cf-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.219",
"vike-node": "^0.3.6",
"vike-node": "^0.3.7",
"vike-react": "^0.5.7",
"vite": "^5.4.12"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-react-vercel-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.219",
"vike-node": "^0.3.6",
"vike-node": "^0.3.7",
"vike-react": "^0.5.7",
"vite": "^5.4.12",
"telefunc": "^0.1.76"
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-node",
"version": "0.3.6",
"version": "0.3.7",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit f84fcb8

Please sign in to comment.