Skip to content

Commit 331b758

Browse files
chore: release main (#45)
Co-authored-by: automated-pr-bot[bot] <102436816+automated-pr-bot[bot]@users.noreply.github.com>
1 parent aef26fe commit 331b758

File tree

9 files changed

+52
-8
lines changed

9 files changed

+52
-8
lines changed

.release-please-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"packages/cookie": "1.0.4",
3-
"packages/core": "1.0.4",
4-
"packages/fs": "1.0.4",
5-
"packages/jwt": "1.0.5"
2+
"packages/cookie": "1.0.5",
3+
"packages/core": "1.1.0",
4+
"packages/fs": "1.1.0",
5+
"packages/jwt": "1.1.0"
66
}

packages/cookie/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.0.5](https://github.com/DASPRiD/taxum/compare/cookie-v1.0.4...cookie-v1.0.5) (2026-01-24)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 1.1.0
11+
312
## [1.0.4](https://github.com/DASPRiD/taxum/compare/cookie-v1.0.3...cookie-v1.0.4) (2025-11-13)
413

514

packages/cookie/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/cookie",
33
"description": "Cookie jar for Taxum",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/core/CHANGELOG.md

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

3+
## [1.1.0](https://github.com/DASPRiD/taxum/compare/core-v1.0.4...core-v1.1.0) (2026-01-24)
4+
5+
6+
### Features
7+
8+
* **core:** replace whatwg-mimetypes with native node:utils ([67c6929](https://github.com/DASPRiD/taxum/commit/67c692911c136e210415b22edfe7786c51706dc7))
9+
310
## [1.0.4](https://github.com/DASPRiD/taxum/compare/core-v1.0.3...core-v1.0.4) (2025-11-13)
411

512

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/core",
33
"description": "Core of the Taxum HTTP framework",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/fs/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/DASPRiD/taxum/compare/fs-v1.0.4...fs-v1.1.0) (2026-01-24)
4+
5+
6+
### Features
7+
8+
* **core:** replace whatwg-mimetypes with native node:utils ([67c6929](https://github.com/DASPRiD/taxum/commit/67c692911c136e210415b22edfe7786c51706dc7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @taxum/core bumped to 1.1.0
16+
317
## [1.0.4](https://github.com/DASPRiD/taxum/compare/fs-v1.0.3...fs-v1.0.4) (2025-11-13)
418

519

packages/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/fs",
33
"description": "File system integration for Taxum",
4-
"version": "1.0.4",
4+
"version": "1.1.0",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/jwt/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/DASPRiD/taxum/compare/jwt-v1.0.5...jwt-v1.1.0) (2026-01-24)
4+
5+
6+
### Features
7+
8+
* **core:** replace whatwg-mimetypes with native node:utils ([67c6929](https://github.com/DASPRiD/taxum/commit/67c692911c136e210415b22edfe7786c51706dc7))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @taxum/core bumped to 1.1.0
16+
317
## [1.0.5](https://github.com/DASPRiD/taxum/compare/jwt-v1.0.4...jwt-v1.0.5) (2025-11-13)
418

519

packages/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taxum/jwt",
33
"description": "JWT integration for Taxum",
4-
"version": "1.0.5",
4+
"version": "1.1.0",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)