Skip to content

Commit 58d5858

Browse files
committed
v0.5.0
1 parent e43bf6f commit 58d5858

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.8.0",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"npmClient": "yarn",
55
"packages": [
66
"packages/*"

packages/polka/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "polka",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A micro web server so fast, it'll make you dance! :dancers:",
55
"repository": "lukeed/polka",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
"url": "https://lukeed.com"
1414
},
1515
"dependencies": {
16-
"@polka/url": "*",
16+
"@polka/url": "^0.5.0",
1717
"trouter": "^2.0.1"
1818
}
1919
}

packages/send-type/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polka/send-type",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "A response helper that detects & handles Content-Types",
55
"repository": "lukeed/polka",
66
"license": "MIT",

packages/url/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polka/url",
3-
"version": "0.0.0",
3+
"version": "0.5.0",
44
"description": "Super fast, memoized `req.url` parser",
55
"repository": "lukeed/polka",
66
"license": "MIT",

0 commit comments

Comments
 (0)