From 999ec8f5bfd2fcc34c500cdf86132d4a1309fe43 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 02:44:39 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e24a06 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## 1.0.0 (2026-07-26) + + +### Features + +* Add command ([dc4f2a0](https://github.com/koki-develop/ts-cli-template/commit/dc4f2a09a36abb51a0205306dd461e22e4ea4db2)) + + +### Bug Fixes + +* **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)) +* **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)) +* **deps:** update dependency commander to v14.0.3 ([#35](https://github.com/koki-develop/ts-cli-template/issues/35)) ([117b16b](https://github.com/koki-develop/ts-cli-template/commit/117b16beea21b1a96d185207e1bd78fa8220fb36)) diff --git a/package.json b/package.json index 4605825..0290b75 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "TODO", "module": "src/index.ts", "type": "module", - "version": "0.0.0", + "version": "1.0.0", "author": "koki-develop ", "homepage": "https://github.com/koki-develop/TODO", "repository": {