Skip to content

Commit

Permalink
release: v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nitedani committed Jul 26, 2024
1 parent f0cf9d0 commit 24b3565
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.1](https://github.com/vikejs/vike-node/compare/v0.1.0...v0.1.1) (2024-07-26)


### Bug Fixes

* update lru-cache, fix tests ([c644048](https://github.com/vikejs/vike-node/commit/c6440484a333d091dcc348e787fb758c23df24c7))



# 0.1.0 (2024-07-26)


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.0",
"vike-node": "^0.1.1",
"vike-react": "^0.4.18",
"vite": "^5.3.5"
},
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.0",
"version": "0.1.1",
"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 @@ -25,7 +25,7 @@
"telefunc": "^0.1.76",
"typescript": "^5.5.4",
"vike": "^0.4.181",
"vike-node": "^0.1.0",
"vike-node": "^0.1.1",
"vite": "^5.3.5"
},
"type": "module"
Expand Down

0 comments on commit 24b3565

Please sign in to comment.