Skip to content

Commit 2b56825

Browse files
chore: release (#471)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c9710e3 commit 2b56825

23 files changed

Lines changed: 95 additions & 23 deletions

.changeset/slick-dots-wash.md

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

packages/accepts/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tinyhttp/accepts
2+
3+
## 2.2.4
4+
5+
### Patch Changes
6+
7+
- c9710e3: 2025

packages/accepts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tinyhttp/accepts",
33
"description": "accepts rewrite in TypeScript",
4-
"version": "2.2.3",
4+
"version": "2.2.4",
55
"license": "MIT",
66
"homepage": "https://tinyhttp.v1rtl.site",
77
"funding": {

packages/app/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @tinyhttp/app
22

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- c9710e3: 2025
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [c9710e3]
12+
- @tinyhttp/proxy-addr@3.0.0
13+
- @tinyhttp/res@2.2.6
14+
- @tinyhttp/req@2.2.6
15+
316
## 2.5.2
417

518
### Patch Changes

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.2",
3+
"version": "3.0.0",
44
"description": "0-legacy, tiny & fast web framework as a replacement of Express",
55
"type": "module",
66
"homepage": "https://tinyhttp.v1rtl.site",

packages/dotenv/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tinyhttp/dotenv
2+
3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- c9710e3: 2025

packages/dotenv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tinyhttp/dotenv",
3-
"version": "2.1.2",
3+
"version": "3.0.0",
44
"description": "0-dependency module to load envinronmental variables from .env to process.env",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/ip-filter/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tinyhttp/ip-filter
22

3+
## 2.1.5
4+
5+
### Patch Changes
6+
7+
- c9710e3: 2025
8+
39
## 2.1.4
410

511
### Patch Changes

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.4",
3+
"version": "2.1.5",
44
"description": "tinyhttp IP filtering middleware",
55
"types": "./dist/index.d.ts",
66
"type": "module",

packages/jsonp/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tinyhttp/jsonp
22

3+
## 2.1.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c9710e3]
8+
- @tinyhttp/app@3.0.0
9+
310
## 2.1.15
411

512
### Patch Changes

0 commit comments

Comments
 (0)