Skip to content

Commit

Permalink
release: v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Jan 9, 2025
1 parent 452e55e commit 36a5865
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [0.2.10](https://github.com/vikejs/vike-node/compare/v0.2.9...v0.2.10) (2025-01-09)


### Bug Fixes

* properly handle absolute outdir. Fixes [#38](https://github.com/vikejs/vike-node/issues/38) ([#40](https://github.com/vikejs/vike-node/issues/40)) ([0cc6921](https://github.com/vikejs/vike-node/commit/0cc6921398747ec9cb7df4074e75b689e569ac32))
* update error message ([452e55e](https://github.com/vikejs/vike-node/commit/452e55e28b302d12b0b36877ef080f0d37e969d8))



## [0.2.9](https://github.com/vikejs/vike-node/compare/v0.2.8...v0.2.9) (2024-12-17)


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.198",
"vike-node": "^0.2.9",
"vike-node": "^0.2.10",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
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 @@ -11,7 +11,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.198",
"vike-node": "^0.2.9",
"vike-node": "^0.2.10",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
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.198",
"vike-node": "^0.2.9",
"vike-node": "^0.2.10",
"vike-react": "^0.5.7",
"vite": "^5.4.8"
},
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.198",
"vike-node": "^0.2.9",
"vike-node": "^0.2.10",
"vike-react": "^0.5.7",
"vite": "^5.4.8",
"telefunc": "^0.1.76"
Expand Down
4 changes: 2 additions & 2 deletions packages/vike-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-node",
"version": "0.2.9",
"version": "0.2.10",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -109,4 +109,4 @@
],
"repository": "github:vikejs/vike-node",
"license": "MIT"
}
}

0 comments on commit 36a5865

Please # to comment.