Skip to content

Commit

Permalink
release: v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Aug 1, 2024
1 parent e945481 commit 429eef1
Show file tree
Hide file tree
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.3](https://github.com/vikejs/vike-node/compare/v0.1.2...v0.1.3) (2024-08-01)


### Features

* add h3 ([#2](https://github.com/vikejs/vike-node/issues/2)) ([12a856c](https://github.com/vikejs/vike-node/commit/12a856c69282827a47c6acb66e7cbd59dff542d5))



## [0.1.2](https://github.com/vikejs/vike-node/compare/v0.1.1...v0.1.2) (2024-07-31)


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

0 comments on commit 429eef1

Please sign in to comment.