Skip to content

Commit 9768e66

Browse files
chore: release main (#46)
Co-authored-by: automated-pr-bot[bot] <102436816+automated-pr-bot[bot]@users.noreply.github.com>
1 parent 023dcaf commit 9768e66

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": "1.0.5",
3-
"packages/core": "1.1.0",
4-
"packages/fs": "1.1.0",
5-
"packages/jwt": "1.1.0"
2+
"packages/cookie": "1.0.6",
3+
"packages/core": "1.2.0",
4+
"packages/fs": "1.1.1",
5+
"packages/jwt": "1.1.1"
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.6](https://github.com/DASPRiD/taxum/compare/cookie-v1.0.5...cookie-v1.0.6) (2026-02-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 1.2.0
11+
312
## [1.0.5](https://github.com/DASPRiD/taxum/compare/cookie-v1.0.4...cookie-v1.0.5) (2026-01-24)
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.5",
4+
"version": "1.0.6",
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.2.0](https://github.com/DASPRiD/taxum/compare/core-v1.1.0...core-v1.2.0) (2026-02-01)
4+
5+
6+
### Features
7+
8+
* **core:** add charset parameter to HTML response header ([023dcaf](https://github.com/DASPRiD/taxum/commit/023dcaf7f9f6e69936e9ddc35cae81b9d8ca699f))
9+
310
## [1.1.0](https://github.com/DASPRiD/taxum/compare/core-v1.0.4...core-v1.1.0) (2026-01-24)
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.1.0",
4+
"version": "1.2.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+
## [1.1.1](https://github.com/DASPRiD/taxum/compare/fs-v1.1.0...fs-v1.1.1) (2026-02-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 1.2.0
11+
312
## [1.1.0](https://github.com/DASPRiD/taxum/compare/fs-v1.0.4...fs-v1.1.0) (2026-01-24)
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": "1.1.0",
4+
"version": "1.1.1",
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+
## [1.1.1](https://github.com/DASPRiD/taxum/compare/jwt-v1.1.0...jwt-v1.1.1) (2026-02-01)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @taxum/core bumped to 1.2.0
11+
312
## [1.1.0](https://github.com/DASPRiD/taxum/compare/jwt-v1.0.5...jwt-v1.1.0) (2026-01-24)
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": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"author": "Ben Scholzen 'DASPRiD'",
77
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)