We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 998295a commit cedbc2cCopy full SHA for cedbc2c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.0.4](https://github.com/hacxy/json2typebox-cli/compare/v0.0.3...v0.0.4) (2024-10-29)
4
+
5
+### Features | 新功能
6
7
+* Support conversion ts type ([998295a](https://github.com/hacxy/json2typebox-cli/commit/998295a1c837d5f8b85d919f6ffc681d6412af4c))
8
9
## [0.0.3](https://github.com/hacxy/json2typebox-cli/compare/0.0.2...v0.0.3) (2024-10-27)
10
11
### Bug Fixes | Bug 修复
package.json
@@ -1,6 +1,6 @@
{
"name": "json2typebox-cli",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "",
"type": "module",
"bin": {
0 commit comments