Skip to content

Commit 1273966

Browse files
chore(release): 1.1.1
1 parent 29dc30f commit 1273966

4 files changed

Lines changed: 12 additions & 19 deletions

File tree

CHANGE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
## All Versions
2+
## 1.1.1 (January 30 2026)
3+
4+
- Resolve Codecov path mismatch causing unusable reports ([#603](https://github.com/JasonXuDeveloper/JEngine/pull/603)) (ci)
5+
6+
27
## 1.1.0 (January 29 2026)
38

49
- Add Claude Code plugin for AI-assisted development ([#598](https://github.com/JasonXuDeveloper/JEngine/pull/598)) (docs)

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,9 @@ JEngine is a Unity framework that enables **runtime hot updates** for games. Des
7373
| **HybridCLR** | Runtime code execution | [GitHub](https://github.com/focus-creative-games/hybridclr) |
7474
| **YooAssets** | Runtime resource updates | [GitHub](https://github.com/tuyoogame/YooAsset) |
7575

76-
## 🎉 Latest Features (v1.1.0)
77-
78-
- **docs**: add Claude Code plugin for AI-assisted development ([#598](https://github.com/JasonXuDeveloper/JEngine/pull/598))
79-
- **ui**: modernize editor UI with monochrome design system ([#592](https://github.com/JasonXuDeveloper/JEngine/pull/592))
80-
- **plugin**: correct skills paths to include .claude-plugin prefix ([#601](https://github.com/JasonXuDeveloper/JEngine/pull/601))
81-
- **plugin**: restructure to .claude-plugin for Claude Code compatibility ([#600](https://github.com/JasonXuDeveloper/JEngine/pull/600))
82-
- **ci**: use JEngine Release Bot for plugin releases ([#599](https://github.com/JasonXuDeveloper/JEngine/pull/599))
83-
- **ci**: resolve codecov coverage reporting and add UI package docs ([#597](https://github.com/JasonXuDeveloper/JEngine/pull/597))
84-
- **core**: convert AsyncOperation to UniTask for Unity 6 compatibility ([#595](https://github.com/JasonXuDeveloper/JEngine/pull/595))
76+
## 🎉 Latest Features (v1.1.1)
77+
78+
- **ci**: resolve Codecov path mismatch causing unusable reports ([#603](https://github.com/JasonXuDeveloper/JEngine/pull/603))
8579

8680
[📋 View Complete Changelog](CHANGE.md)
8781

README_zh_cn.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,9 @@ JEngine是针对Unity开发者设计的**开箱即用**的框架,封装了强
7575
| **HybridCLR** | 运行时代码执行 | [GitHub](https://github.com/focus-creative-games/hybridclr) |
7676
| **YooAssets** | 运行时资源更新 | [GitHub](https://github.com/tuyoogame/YooAsset) |
7777

78-
## 🎉 最新功能 (v1.1.0)
79-
80-
- **docs**: add Claude Code plugin for AI-assisted development ([#598](https://github.com/JasonXuDeveloper/JEngine/pull/598))
81-
- **ui**: modernize editor UI with monochrome design system ([#592](https://github.com/JasonXuDeveloper/JEngine/pull/592))
82-
- **plugin**: correct skills paths to include .claude-plugin prefix ([#601](https://github.com/JasonXuDeveloper/JEngine/pull/601))
83-
- **plugin**: restructure to .claude-plugin for Claude Code compatibility ([#600](https://github.com/JasonXuDeveloper/JEngine/pull/600))
84-
- **ci**: use JEngine Release Bot for plugin releases ([#599](https://github.com/JasonXuDeveloper/JEngine/pull/599))
85-
- **ci**: resolve codecov coverage reporting and add UI package docs ([#597](https://github.com/JasonXuDeveloper/JEngine/pull/597))
86-
- **core**: convert AsyncOperation to UniTask for Unity 6 compatibility ([#595](https://github.com/JasonXuDeveloper/JEngine/pull/595))
78+
## 🎉 最新功能 (v1.1.1)
79+
80+
- **ci**: resolve Codecov path mismatch causing unusable reports ([#603](https://github.com/JasonXuDeveloper/JEngine/pull/603))
8781

8882
[📋 查看完整更新日志](CHANGE.md)
8983

UnityProject/Packages/com.jasonxudeveloper.jengine.core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.jasonxudeveloper.jengine.core",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"displayName": "JEngine.Core",
55
"description": "The solution that allows unity games update in runtime.",
66
"license": "MIT",

0 commit comments

Comments
 (0)