Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
v1rtl committed Apr 25, 2021
1 parent 07eb5e3 commit c7c262c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/app",
"version": "1.2.23",
"version": "1.2.24",
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
"type": "module",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/bot-detector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/bot-detector",
"version": "1.2.24",
"version": "1.2.25",
"type": "module",
"description": "Detect bots among users in your tinyhttp app.",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/cookie-parser",
"version": "1.2.25",
"version": "1.2.26",
"type": "module",
"description": "tinyhttp cookie parsing middleware",
"homepage": "https://github.com/talentlessguy/tinyhttp/tree/master/packages/cookie-parser#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/ip-filter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/ip-filter",
"version": "1.2.25",
"version": "1.2.26",
"description": "tinyhttp IP filtering middleware",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/markdown",
"version": "1.2.7",
"version": "1.2.8",
"description": "tinyhttp static markdown middleware",
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/pug",
"version": "1.2.24",
"version": "1.2.25",
"type": "module",
"description": "Pug wrapped in a helper function for tinyhttp.",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/rate-limit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
"build": "rollup -c ./rollup.config.js"
},
"devDependencies": {
"@tinyhttp/app": "workspace:1.2.23"
"@tinyhttp/app": "workspace:1.2.24"
}
}
2 changes: 1 addition & 1 deletion packages/session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/session",
"version": "1.2.6",
"version": "1.2.7",
"type": "module",
"description": "Session middleware for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down
2 changes: 1 addition & 1 deletion packages/unless/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tinyhttp/unless",
"version": "1.2.24",
"version": "1.2.25",
"type": "module",
"description": "Unless middleware for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
Expand Down

0 comments on commit c7c262c

Please sign in to comment.