Skip to content

Commit 48eb38e

Browse files
committed
chore: release v1.32.24
1 parent 68277c7 commit 48eb38e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

22

3+
## [1.32.24](https://github.com/msgbyte/tianji/compare/v1.32.23...v1.32.24) (2026-08-16)
4+
5+
### Features
6+
7+
* **worker:** support module worker syntax ([ce32bab](https://github.com/msgbyte/tianji/commit/ce32bab58236c10061720786b1130c2d60426f3f))
8+
9+
### Bug Fixes
10+
11+
* **worker:** restore revision rollback action ([be9f814](https://github.com/msgbyte/tianji/commit/be9f814727f4b05a08f26eac6af5af163d81e6ba))
12+
13+
### Document
14+
15+
* **worker:** add user and agent guides ([68277c7](https://github.com/msgbyte/tianji/commit/68277c7e5c93b95ed2b9117173284c997657fc4d))
16+
317
## [1.32.23](https://github.com/msgbyte/tianji/compare/v1.32.22...v1.32.23) (2026-08-14)
418

519
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tianji",
33
"private": true,
4-
"version": "1.32.23",
4+
"version": "1.32.24",
55
"type": "module",
66
"scripts": {
77
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",

0 commit comments

Comments
 (0)