Skip to content

Commit 515f3ef

Browse files
committed
chore: bump version to 1.1.1 and update changelog
- Fixed Unity Messaging handler conflicts by implementing typed event emitters - Improved Test Provider by moving JSON parsing logic into messaging client
1 parent d44417d commit 515f3ef

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
## [1.1.1] - 2025-08-01
4+
5+
### 🔧 Improvements & Bug Fixes
6+
7+
### Fixed
8+
- 🛠️ **Unity Messaging** - Fixed message handler conflicts by replacing single handler with typed event emitters, ensuring compilation finished events are properly received by test provider
9+
10+
### Improved
11+
- 🔄 **Test Provider** - Simplified message handling by moving JSON parsing logic into the messaging client
12+
313
## [1.1.0] - 2025-07-21
414

515
### 🚀 Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "hackerzhuli",
55
"icon": "assets/icon.png",
66
"description": "Unity IDE right inside VS Code!",
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"publisher": "hackerzhuli",
99
"license": "MIT",
1010
"homepage": "https://unitycode.hackerzhuli.com",

0 commit comments

Comments
 (0)