We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6636c commit 51ec0c8Copy full SHA for 51ec0c8
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.5](https://github.com/hacxy/json2typebox-cli/compare/v0.0.4...v0.0.5) (2024-10-29)
4
+
5
+### Bug Fixes | Bug 修复
6
7
+* Fix the problem of missing executable files ([3b6636c](https://github.com/hacxy/json2typebox-cli/commit/3b6636c63de32fffb5ac4b0efed13b6835354868))
8
9
## [0.0.4](https://github.com/hacxy/json2typebox-cli/compare/v0.0.3...v0.0.4) (2024-10-29)
10
11
### Features | 新功能
package.json
@@ -1,6 +1,6 @@
{
"name": "json2typebox-cli",
- "version": "0.0.4",
+ "version": "0.0.5",
"description": "Json to typebox schemas cli.",
"type": "module",
"files": [
0 commit comments