Skip to content

Commit d061616

Browse files
committed
v3.0.1
1 parent 4407ac9 commit d061616

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bump.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.0",
2+
"version": "3.0.1",
33
"packages": [
44
"packages/sirv",
55
"packages/sirv-cli"

packages/sirv-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv-cli",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "A lightweight CLI program to serve static sites~!",
55
"repository": "lukeed/sirv",
66
"main": "index.js",
@@ -32,4 +32,4 @@
3232
"sirv": "^3.0.0",
3333
"tinydate": "^1.0.0"
3434
}
35-
}
35+
}

packages/sirv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "The optimized & lightweight middleware for serving requests to static assets",
55
"repository": "lukeed/sirv",
66
"module": "build.mjs",

0 commit comments

Comments
 (0)