Skip to content

Commit

Permalink
release: v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jan 31, 2025
1 parent e2eabc2 commit 8439f28
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 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.4](https://github.com/vikejs/vike-node/compare/v0.3.3...v0.3.4) (2025-01-31)


### Features

* allow passing extra esbuild options for standalone target ([#54](https://github.com/vikejs/vike-node/issues/54)) ([e2eabc2](https://github.com/vikejs/vike-node/commit/e2eabc2294a78c6770f1150a259ac0bbf1c77276))



## [0.3.3](https://github.com/vikejs/vike-node/compare/v0.3.2...v0.3.3) (2025-01-30)


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.3",
"vike-node": "^0.3.4",
"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.3",
"vike-node": "^0.3.4",
"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.3",
"vike-node": "^0.3.4",
"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.3",
"vike-node": "^0.3.4",
"vike-react": "^0.5.7",
"vite": "^5.4.12",
"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.3.3",
"version": "0.3.4",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -115,4 +115,4 @@
],
"repository": "github:vikejs/vike-node",
"license": "MIT"
}
}

0 comments on commit 8439f28

Please sign in to comment.