Skip to content

Commit 042084d

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-04-22) ### Bug Fixes * **Hub:** Renaming the 'moduleId' parameter to 'modules' ([50384f4](50384f4)) ### Features * **Command:** Add a command executor on top execa ([8c25801](8c25801)) * **Hub:** Add unity hub command line by code ([bffbdba](bffbdba)) * **Types:** Add unity types for hub and editor ([23a7b41](23a7b41))
1 parent 55b035c commit 042084d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.0.0 (2025-04-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **Hub:** Renaming the 'moduleId' parameter to 'modules' ([50384f4](https://github.com/NoTaskStudios/unity-cli-tools/commit/50384f41a2c58a18e2da135ffa5ae357a6e20ca7))
7+
8+
9+
### Features
10+
11+
* **Command:** Add a command executor on top execa ([8c25801](https://github.com/NoTaskStudios/unity-cli-tools/commit/8c25801f9a866a92bc95ebed9aa556c8a5574ede))
12+
* **Hub:** Add unity hub command line by code ([bffbdba](https://github.com/NoTaskStudios/unity-cli-tools/commit/bffbdbaf24bb505482ab51d47214f1e9c5e7942c))
13+
* **Types:** Add unity types for hub and editor ([23a7b41](https://github.com/NoTaskStudios/unity-cli-tools/commit/23a7b4172f5d3b80876aaf043b961759cbe4274c))
14+
115
# 1.0.0-rc.1 (2025-04-22)
216

317

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.0-rc.1",
3+
"version": "1.0.0",
44
"main": "dist-cjs/index.js",
55
"module": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)