Skip to content

Commit 4fdfac1

Browse files
chore: release main (#35)
Co-authored-by: automated-pr-bot[bot] <102436816+automated-pr-bot[bot]@users.noreply.github.com>
1 parent 662a464 commit 4fdfac1

File tree

9 files changed

+42
-8
lines changed

9 files changed

+42
-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": "0.3.3",
3-
"packages/core": "0.15.1",
4-
"packages/fs": "0.6.3",
5-
"packages/jwt": "0.6.3"
2+
"packages/cookie": "0.3.4",
3+
"packages/core": "0.16.0",
4+
"packages/fs": "0.6.4",
5+
"packages/jwt": "0.6.4"
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+
## [0.3.4](https://github.com/DASPRiD/taxum/compare/cookie-v0.3.3...cookie-v0.3.4) (2025-09-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 0.16.0
11+
312
## [0.3.3](https://github.com/DASPRiD/taxum/compare/cookie-v0.3.2...cookie-v0.3.3) (2025-09-11)
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": "0.3.3",
4+
"version": "0.3.4",
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+
## [0.16.0](https://github.com/DASPRiD/taxum/compare/core-v0.15.1...core-v0.16.0) (2025-09-11)
4+
5+
6+
### Features
7+
8+
* replace extractHandler with new createExtractHandler builder ([0835291](https://github.com/DASPRiD/taxum/commit/083529119336088f26097195985ea855147338e5))
9+
310
## [0.15.1](https://github.com/DASPRiD/taxum/compare/core-v0.15.0...core-v0.15.1) (2025-09-11)
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": "0.15.1",
4+
"version": "0.16.0",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/fs/CHANGELOG.md

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

3+
## [0.6.4](https://github.com/DASPRiD/taxum/compare/fs-v0.6.3...fs-v0.6.4) (2025-09-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 0.16.0
11+
312
## [0.6.3](https://github.com/DASPRiD/taxum/compare/fs-v0.6.2...fs-v0.6.3) (2025-09-11)
413

514

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": "0.6.3",
4+
"version": "0.6.4",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

packages/jwt/CHANGELOG.md

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

3+
## [0.6.4](https://github.com/DASPRiD/taxum/compare/jwt-v0.6.3...jwt-v0.6.4) (2025-09-11)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 0.16.0
11+
312
## [0.6.3](https://github.com/DASPRiD/taxum/compare/jwt-v0.6.2...jwt-v0.6.3) (2025-09-11)
413

514

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": "0.6.3",
4+
"version": "0.6.4",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)