Skip to content

Commit aeab494

Browse files
chore(main): release 1.0.0
1 parent eae2ecf commit aeab494

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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))
14+
* **deps:** update dependency commander to v14.0.2 ([#31](https://github.com/koki-develop/ts-cli-template/issues/31)) ([eae2ecf](https://github.com/koki-develop/ts-cli-template/commit/eae2ecff8226b835ddd15213905868d57cf13a5e))

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 <kou.pg.0131@gmail.com>",
77
"homepage": "https://github.com/koki-develop/TODO",
88
"repository": {

0 commit comments

Comments
 (0)