We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7602975 commit 6e36d1fCopy full SHA for 6e36d1f
2 files changed
CHANGELOG.md
@@ -1,5 +1,15 @@
1
2
3
+## [1.27.8](https://github.com/msgbyte/tianji/compare/v1.27.7...v1.27.8) (2025-10-09)
4
+
5
+### Features
6
7
+* add worker runtime context ([7527fdc](https://github.com/msgbyte/tianji/commit/7527fdcfec4ee330d9bd858f62216493d7c4c2df))
8
9
+### Others
10
11
+* upgrade isolated-vm version ([eb542b5](https://github.com/msgbyte/tianji/commit/eb542b538eba1900bdb40c892b02a82dee577fa4))
12
13
## [1.27.7](https://github.com/msgbyte/tianji/compare/v1.27.6...v1.27.7) (2025-10-08)
14
15
### Features
package.json
@@ -1,7 +1,7 @@
{
"name": "tianji",
"private": true,
- "version": "1.27.7",
+ "version": "1.27.8",
"type": "module",
"scripts": {
"dev": "concurrently --kill-others npm:dev:server npm:dev:web",
0 commit comments