Skip to content

Commit

Permalink
v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 13, 2021
1 parent a7bd672 commit fbd3f79
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions bump.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"version": "1.0.12",
"version": "1.0.13",
"packages": [
"packages/sirv",
"packages/sirv-cli"
]
}
],
"message": "v{VERSION}"
}
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": "1.0.12",
"version": "1.0.13",
"description": "A lightweight CLI program to serve static sites~!",
"repository": "lukeed/sirv",
"main": "index.js",
Expand All @@ -26,7 +26,7 @@
"local-access": "^1.0.1",
"sade": "^1.6.0",
"semiver": "^1.0.0",
"sirv": "^1.0.12",
"sirv": "^1.0.13",
"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": "1.0.12",
"version": "1.0.13",
"description": "The optimized & lightweight middleware for serving requests to static assets",
"repository": "lukeed/sirv",
"module": "build.mjs",
Expand All @@ -24,4 +24,4 @@
"mime": "^2.3.1",
"totalist": "^1.0.0"
}
}
}

0 comments on commit fbd3f79

Please # to comment.