From 9ee4f6d1e4c23507a061659569bebabe76942dd3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:55:32 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1d2a59d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## 1.0.0 (2025-11-06) + + +### Features + +* **cli:** Set up core application, dynamic command loading, and configuration ([8a87974](https://github.com/ioncakephper/cli-pattern/commit/8a87974eeb2059070d16815c00b66fd741ea0c4e)) +* **config:** Set up dev tooling, hooks, and docs templates ([cad1981](https://github.com/ioncakephper/cli-pattern/commit/cad198173c6c55fd2b31051d194d7637f1a85baa)) +* **dev:** Introduce Jest for testing and enhance project documentation ([ee48419](https://github.com/ioncakephper/cli-pattern/commit/ee4841968c0544e69dc3977c2cfab43a78afed26)) +* **docs:** Introduce automated script documentation ([0830472](https://github.com/ioncakephper/cli-pattern/commit/08304727e3d783aac4fd98d5f29d7a9a97170ba2)) +* **release:** Add GitHub Actions workflow for automated releases ([af52687](https://github.com/ioncakephper/cli-pattern/commit/af526875160b2e1a2f792baed23620ce02d5bbb1)) +* **tooling:** Set up automated scripts, testing, and lifecycle hooks fixes [#2](https://github.com/ioncakephper/cli-pattern/issues/2) ([6191866](https://github.com/ioncakephper/cli-pattern/commit/61918668f7c0edcd796d93daaef2b7d9379c1e66)) diff --git a/package-lock.json b/package-lock.json index e98bb6a..52ae40e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cli-pattern", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cli-pattern", - "version": "0.1.0", + "version": "1.0.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index aada63e..74972aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cli-pattern", - "version": "0.1.0", + "version": "1.0.0", "description": "A CLI tool with dynamic command loading and configuration.", "keywords": [ "cli",