Skip to content

Commit b0cbd51

Browse files
authored
Merge pull request #4 from ioncakephper/release-please--branches--main--components--cli-pattern
chore(main): release 1.0.0
2 parents af52687 + 9ee4f6d commit b0cbd51

3 files changed

Lines changed: 16 additions & 3 deletions

File tree

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-11-06)
4+
5+
6+
### Features
7+
8+
* **cli:** Set up core application, dynamic command loading, and configuration ([8a87974](https://github.com/ioncakephper/cli-pattern/commit/8a87974eeb2059070d16815c00b66fd741ea0c4e))
9+
* **config:** Set up dev tooling, hooks, and docs templates ([cad1981](https://github.com/ioncakephper/cli-pattern/commit/cad198173c6c55fd2b31051d194d7637f1a85baa))
10+
* **dev:** Introduce Jest for testing and enhance project documentation ([ee48419](https://github.com/ioncakephper/cli-pattern/commit/ee4841968c0544e69dc3977c2cfab43a78afed26))
11+
* **docs:** Introduce automated script documentation ([0830472](https://github.com/ioncakephper/cli-pattern/commit/08304727e3d783aac4fd98d5f29d7a9a97170ba2))
12+
* **release:** Add GitHub Actions workflow for automated releases ([af52687](https://github.com/ioncakephper/cli-pattern/commit/af526875160b2e1a2f792baed23620ce02d5bbb1))
13+
* **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))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cli-pattern",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "A CLI tool with dynamic command loading and configuration.",
55
"keywords": [
66
"cli",

0 commit comments

Comments
 (0)