Skip to content

Commit 83ee458

Browse files
committed
v1.0.14
1 parent 8636aaf commit 83ee458

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bump.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.0.13",
2+
"version": "1.0.14",
33
"packages": [
44
"packages/sirv",
55
"packages/sirv-cli"

packages/sirv-cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv-cli",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "A lightweight CLI program to serve static sites~!",
55
"repository": "lukeed/sirv",
66
"main": "index.js",
@@ -29,4 +29,4 @@
2929
"sirv": "^1.0.13",
3030
"tinydate": "^1.0.0"
3131
}
32-
}
32+
}

packages/sirv/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sirv",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"description": "The optimized & lightweight middleware for serving requests to static assets",
55
"repository": "lukeed/sirv",
66
"module": "build.mjs",
@@ -24,4 +24,4 @@
2424
"mime": "^2.3.1",
2525
"totalist": "^1.0.0"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)