Skip to content

Commit e9e4ace

Browse files
committed
chore(release): 1.0.3 [skip ci]
## [1.0.3](1.0.2...1.0.3) (2025-04-28) ### Bug Fixes * change type naming ([0e32839](0e32839)) * **Editor:** fix logging sensitive information ([504d4b6](504d4b6))
1 parent 8995a1c commit e9e4ace

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.3](https://github.com/NoTaskStudios/unity-cli-tools/compare/1.0.2...1.0.3) (2025-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* change type naming ([0e32839](https://github.com/NoTaskStudios/unity-cli-tools/commit/0e32839146eaa6072dd5f5c54e01033b9a7e1ab6))
7+
* **Editor:** fix logging sensitive information ([504d4b6](https://github.com/NoTaskStudios/unity-cli-tools/commit/504d4b6caaaa62278c68f13193d8a46c38bb3df1))
8+
19
## [1.0.2](https://github.com/NoTaskStudios/unity-cli-tools/compare/1.0.1...1.0.2) (2025-04-23)
210

311

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notask/unity-cli-tools",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/index.d.ts",
@@ -66,4 +66,4 @@
6666
"typescript": "^5.8.3",
6767
"typescript-eslint": "8.30.1"
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)