diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed90731..75265d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/higherbros/gh-ssh/compare/gh-ssh-v1.2.0...gh-ssh-v1.2.1) (2026-02-03) + + +### Bug Fixes + +* **workflows:** Update release workflow to trigger on published releases ([#19](https://github.com/higherbros/gh-ssh/issues/19)) ([292c888](https://github.com/higherbros/gh-ssh/commit/292c888fb82fb0eeb892e759de75a73673ebaaeb)) + ## [1.2.0](https://github.com/higherbros/gh-ssh/compare/gh-ssh-v1.1.0...gh-ssh-v1.2.0) (2026-02-03) diff --git a/package-lock.json b/package-lock.json index 26f01ad..86a173b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-ssh", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gh-ssh", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.4.0" diff --git a/package.json b/package.json index d0e2f67..00c2ab9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-ssh", - "version": "1.2.0", + "version": "1.2.1", "description": "Interactive CLI that guides you through creating or reusing SSH keys and connecting them to GitHub.", "license": "MIT", "type": "module",