Skip to content

Commit

Permalink
release: v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Aug 8, 2024
1 parent 986b5aa commit 85ea1d4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.0.5](https://github.com/vikejs/vike-cloudflare/compare/v0.0.4...v0.0.5) (2024-08-08)


### Bug Fixes

* default build target to es2022 ([6935208](https://github.com/vikejs/vike-cloudflare/commit/69352087cf594c6cb48493685c6d36cf4fd96a1b))



## [0.0.4](https://github.com/vikejs/vike-cloudflare/compare/v0.0.3...v0.0.4) (2024-06-26)


Expand Down
2 changes: 1 addition & 1 deletion examples/hattip-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hattip/vite": "^0.0.46",
"cross-env": "^7.0.3",
"typescript": "^5.5.2",
"vike-cloudflare": "^0.0.4",
"vike-cloudflare": "^0.0.5",
"wrangler": "^3.61.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/hono-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@hono/vite-dev-server": "^0.12.2",
"@types/node": "^18.19.14",
"typescript": "^5.5.2",
"vike-cloudflare": "^0.0.4",
"vike-cloudflare": "^0.0.5",
"wrangler": "^3.61.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vike-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@auth/core": "^0.34.1",
"@types/node": "^18.19.14",
"typescript": "^5.5.2",
"vike-cloudflare": "^0.0.4",
"vike-cloudflare": "^0.0.5",
"wrangler": "^3.61.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-cloudflare/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vike-cloudflare",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cloudflare adapter for Vike",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 85ea1d4

Please sign in to comment.