Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb055fe

Browse files
chore(main): release 1.0.0
1 parent ca84195 commit bb055fe

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-12-18)
4+
5+
6+
### Features
7+
8+
* Add command ([dc4f2a0](https://github.com/koki-develop/ts-cli-template/commit/dc4f2a09a36abb51a0205306dd461e22e4ea4db2))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update dependency commander to v14.0.1 ([#24](https://github.com/koki-develop/ts-cli-template/issues/24)) ([e662e4f](https://github.com/koki-develop/ts-cli-template/commit/e662e4f431586bed91c11c7dfe06fbafcd1e50b6))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "TODO",
33
"module": "src/index.ts",
44
"type": "module",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"author": "koki-develop <[email protected]>",
77
"homepage": "https://github.com/koki-develop/TODO",
88
"repository": {

0 commit comments

Comments
 (0)