Skip to content

Commit adbae49

Browse files
committed
release: v0.1.0
1 parent 6fbae75 commit adbae49

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.1.0](https://github.com/hacxy/json2typebox-cli/compare/v0.0.5...v0.1.0) (2024-10-30)
4+
5+
### Bug Fixes | Bug 修复
6+
7+
* Adjust the command name ([6fbae75](https://github.com/hacxy/json2typebox-cli/commit/6fbae7567e9f651da37dcb0e71e3447832a9d7d4))
8+
39
## [0.0.5](https://github.com/hacxy/json2typebox-cli/compare/v0.0.4...v0.0.5) (2024-10-29)
410

511
### Bug Fixes | Bug 修复

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.5",
3+
"version": "0.1.0",
44
"description": "Json to typebox schemas cli.",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)