Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1778afd

Browse files
authored
Bump workerd to 1.20230821.0 and bump versions (#668)
1 parent 0e73c59 commit 1778afd

File tree

4 files changed

+57
-57
lines changed

4 files changed

+57
-57
lines changed

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@miniflare/root",
3-
"version": "3.20230814.1",
3+
"version": "3.20230821.0",
44
"private": true,
55
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
66
"keywords": [

packages/miniflare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "3.20230814.1",
3+
"version": "3.20230821.0",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",
@@ -38,7 +38,7 @@
3838
"source-map-support": "0.5.21",
3939
"stoppable": "^1.1.0",
4040
"undici": "^5.22.1",
41-
"workerd": "1.20230814.1",
41+
"workerd": "1.20230821.0",
4242
"ws": "^8.11.0",
4343
"youch": "^3.2.2",
4444
"zod": "^3.20.6"

scripts/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ git fetch origin tre:tre
1717
git checkout -b "${USER}/v${MINIFLARE_VERSION}" tre
1818

1919
# update workerd
20-
npm install --workspace miniflare "workerd@${WORKERD_VERSION}"
20+
npm install --workspace miniflare --save-exact "workerd@${WORKERD_VERSION}"
2121

2222
# bump version and commit and tag release
2323
npm version "$MINIFLARE_VERSION" --force --include-workspace-root --workspace miniflare -m "Bump versions to %s"

0 commit comments

Comments
 (0)