Skip to content

Commit 79d581a

Browse files
committed
release: v0.0.3
1 parent d91805d commit 79d581a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
## [0.0.3](https://github.com/hacxy/json2typebox-cli/compare/0.0.2...v0.0.3) (2024-10-27)
4+
5+
### Bug Fixes | Bug 修复
6+
7+
* 修复array类型转化错误的问题 ([559d07b](https://github.com/hacxy/json2typebox-cli/commit/559d07ba46e0bdb2d792bd0523d3dcb82515ffec))
8+
## [0.0.2](https://github.com/hacxy/json2typebox-cli/compare/0.0.1...0.0.2) (2024-10-26)
9+
10+
### Bug Fixes | Bug 修复
11+
12+
* 修复了输入array类型时,只转化了元素类型没有将顶层array类型转化 ([b679b30](https://github.com/hacxy/json2typebox-cli/commit/b679b30c8cfc1adb5b06ac737ba424df1c5478cc))
13+
## [0.0.1](https://github.com/hacxy/json2typebox-cli/compare/ae69cb9ee7ccbeb012a98679eb0306b7b98389ff...0.0.1) (2024-10-25)
14+
15+
### Features | 新功能
16+
17+
* 支持json转换为typebox类型并保存至粘贴板 ([ae69cb9](https://github.com/hacxy/json2typebox-cli/commit/ae69cb9ee7ccbeb012a98679eb0306b7b98389ff))

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json2typebox-cli",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)