Skip to content

Commit 1109f11

Browse files
committed
chore(release): 1.1.0-rc.1 [skip ci]
# [1.1.0-rc.1](1.0.7...1.1.0-rc.1) (2025-05-04) ### Bug Fixes * access modifiers and catch execa errors ([78c7d26](78c7d26)) ### Features * **Hub:** Added Error track event for installers ([7333430](7333430)) * **Hub:** Added install event emitter for hub events ([cb26730](cb26730)) * **Hub:** Added installer std parser to event emitter ([ffe57b4](ffe57b4)) * **Hub:** Added types for installer event emitter ([f25e486](f25e486))
1 parent 0182c98 commit 1109f11

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# [1.1.0-rc.1](https://github.com/NoTaskStudios/unity-cli-tools/compare/1.0.7...1.1.0-rc.1) (2025-05-04)
2+
3+
4+
### Bug Fixes
5+
6+
* access modifiers and catch execa errors ([78c7d26](https://github.com/NoTaskStudios/unity-cli-tools/commit/78c7d26e863fecfe6518384335f9f403cf4144e7))
7+
8+
9+
### Features
10+
11+
* **Hub:** Added Error track event for installers ([7333430](https://github.com/NoTaskStudios/unity-cli-tools/commit/7333430a87b2a306e0d9915f2d5bb60baf538698))
12+
* **Hub:** Added install event emitter for hub events ([cb26730](https://github.com/NoTaskStudios/unity-cli-tools/commit/cb26730c94840218dbc6300573dd601003632a33))
13+
* **Hub:** Added installer std parser to event emitter ([ffe57b4](https://github.com/NoTaskStudios/unity-cli-tools/commit/ffe57b4b09a1d921573351526df5e887b23875cf))
14+
* **Hub:** Added types for installer event emitter ([f25e486](https://github.com/NoTaskStudios/unity-cli-tools/commit/f25e48611e0d7b8b49aafea4f0900f65e42cc079))
15+
116
## [1.0.7](https://github.com/NoTaskStudios/unity-cli-tools/compare/1.0.6...1.0.7) (2025-05-03)
217

318

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notask/unity-cli-tools",
3-
"version": "1.0.7",
3+
"version": "1.1.0-rc.1",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)