diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8466e9c..f7f983f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.0](https://github.com/simochee/ghostq/compare/ghostq-v1.1.0...ghostq-v1.2.0) (2026-07-18) + + +### Features + +* use commander for CLI parsing ([a8dcff5](https://github.com/simochee/ghostq/commit/a8dcff5a29bab6a4b9f7b95f6864df8d4fb02337)) +* use commander for CLI parsing ([f449a41](https://github.com/simochee/ghostq/commit/f449a415e71ed13900d24e81ba5e62d421c8ca2a)) + ## [1.1.0](https://github.com/simochee/ghostq/compare/ghostq-v1.0.0...ghostq-v1.1.0) (2026-07-18) diff --git a/package.json b/package.json index 0252f3b..933b9f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@simochee/ghostq", - "version": "1.1.0", + "version": "1.2.0", "repository": { "type": "git", "url": "git+https://github.com/simochee/ghostq.git"