Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Oct 11, 2024
1 parent 2f36733 commit 3bd2ff6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bump.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.4",
"version": "3.0.0",
"packages": [
"packages/sirv",
"packages/sirv-cli"
Expand Down
4 changes: 2 additions & 2 deletions packages/sirv-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sirv-cli",
"version": "2.0.2",
"version": "3.0.0",
"description": "A lightweight CLI program to serve static sites~!",
"repository": "lukeed/sirv",
"main": "index.js",
Expand Down Expand Up @@ -29,7 +29,7 @@
"local-access": "^1.0.1",
"sade": "^1.6.0",
"semiver": "^1.0.0",
"sirv": "^2.0.0",
"sirv": "^3.0.0",
"tinydate": "^1.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/sirv/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sirv",
"version": "2.0.4",
"version": "3.0.0",
"description": "The optimized & lightweight middleware for serving requests to static assets",
"repository": "lukeed/sirv",
"module": "build.mjs",
Expand Down Expand Up @@ -37,4 +37,4 @@
"mrmime": "^2.0.0",
"totalist": "^3.0.0"
}
}
}

0 comments on commit 3bd2ff6

Please sign in to comment.