Skip to content

Commit

Permalink
release: v0.1.4
Browse files Browse the repository at this point in the history
nitedani committed Aug 5, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent c0f3788 commit 4f54cbe
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.4](https://github.com/vikejs/vike-node/compare/v0.1.3...v0.1.4) (2024-08-05)


### Bug Fixes

* fix createServerResponse memory leak ([c0f3788](https://github.com/vikejs/vike-node/commit/c0f37886f874faddd62a78ce133263fb6d2a0621))



## [0.1.3](https://github.com/vikejs/vike-node/compare/v0.1.2...v0.1.3) (2024-08-01)


2 changes: 1 addition & 1 deletion examples/express-react/package.json
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vike": "^0.4.181",
"vike-node": "^0.1.3",
"vike-node": "^0.1.4",
"vike-react": "^0.4.18",
"vite": "^5.3.5",
"cross-env": "^7.0.3"
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.1.3",
"version": "0.1.4",
"type": "module",
"exports": {
"./connect": "./dist/connect.js",
2 changes: 1 addition & 1 deletion test/vike-node/package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"telefunc": "^0.1.76",
"typescript": "^5.5.4",
"vike": "^0.4.181",
"vike-node": "^0.1.3",
"vike-node": "^0.1.4",
"vite": "^5.3.5"
},
"type": "module"

0 comments on commit 4f54cbe

Please sign in to comment.