Skip to content

Commit 4f17201

Browse files
chore: release (#456)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2645916 commit 4f17201

File tree

18 files changed

+74
-23
lines changed

18 files changed

+74
-23
lines changed

.changeset/early-apes-serve.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/salty-pumas-search.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

packages/app/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# @tinyhttp/app
2+
3+
## 2.5.1
4+
5+
### Patch Changes
6+
7+
- 9147364: fix req.is
8+
- 2645916: stop using non-null assertion in source
9+
- Updated dependencies [2645916]
10+
- @tinyhttp/req@2.2.5
11+
- @tinyhttp/res@2.2.5
12+
- @tinyhttp/proxy-addr@2.2.1

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinyhttp/app",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
55
"type": "module",
66
"homepage": "https://tinyhttp.v1rtl.site",

packages/forwarded/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tinyhttp/forwarded
2+
3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- 2645916: stop using non-null assertion in source

packages/forwarded/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinyhttp/forwarded",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"type": "module",
55
"description": "forwarded rewrite with TypeScript and ESM support",
66
"homepage": "https://tinyhttp.v1rtl.site",

packages/ip-filter/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tinyhttp/ip-filter
2+
3+
## 2.1.4
4+
5+
### Patch Changes
6+
7+
- 2645916: stop using non-null assertion in source

packages/ip-filter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinyhttp/ip-filter",
3-
"version": "2.1.3",
3+
"version": "2.1.4",
44
"description": "tinyhttp IP filtering middleware",
55
"types": "./dist/index.d.ts",
66
"type": "module",

packages/jsonp/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# @tinyhttp/jsonp
2+
3+
## 2.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [9147364]
8+
- Updated dependencies [2645916]
9+
- @tinyhttp/app@2.5.1

packages/jsonp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinyhttp/jsonp",
3-
"version": "2.1.13",
3+
"version": "2.1.14",
44
"type": "module",
55
"description": "JSONP response middleware",
66
"homepage": "https://tinyhttp.v1rtl.site",

0 commit comments

Comments
 (0)