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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "2.1.1",
"packages/cli": "0.1.3"
"packages/cli": "0.1.4"
}
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.4](https://github.com/odest/catalyzer/compare/create-catalyzer@v0.1.3...create-catalyzer@v0.1.4) (2026-08-17)


### Build System

* **deps:** update dependencies across packages ([75163ce](https://github.com/odest/catalyzer/commit/75163ce22fbff4741c6db53352d2f8406f692406))
* **deps:** upgrade motion to v13, commander to v15, and execa to v10 ([a875934](https://github.com/odest/catalyzer/commit/a8759346c5b2b5e1c3c7906f798ddad400f895eb))
* **deps:** upgrade typescript to v7.0.2 and @types/node to v26 ([c6e8602](https://github.com/odest/catalyzer/commit/c6e860290fa05a721c626dc1e160437fbaa711c0))

## [0.1.3](https://github.com/odest/catalyzer/compare/create-catalyzer@v0.1.2...create-catalyzer@v0.1.3) (2026-07-25)


Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-catalyzer",
"version": "0.1.3",
"version": "0.1.4",
"description": "Scaffolding CLI for Catalyzer",
"license": "MIT",
"author": "odest",
Expand Down
Loading