Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down