diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 41ea87d..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.1" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 75265d4..af0c02a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/higherbros/gh-ssh/compare/gh-ssh-v1.2.1...gh-ssh-v1.3.0) (2026-02-03) + + +### Features + +* **cli:** Add SSH key upload options to CLI ([#21](https://github.com/higherbros/gh-ssh/issues/21)) ([f1b5081](https://github.com/higherbros/gh-ssh/commit/f1b508136c7909547cdf7101a8be546f29f47b28)) + ## [1.2.1](https://github.com/higherbros/gh-ssh/compare/gh-ssh-v1.2.0...gh-ssh-v1.2.1) (2026-02-03) diff --git a/package-lock.json b/package-lock.json index a726fef..78e4b97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gh-ssh", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gh-ssh", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "dependencies": { "@inquirer/prompts": "^7.4.0" diff --git a/package.json b/package.json index 00c2ab9..b05283f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gh-ssh", - "version": "1.2.1", + "version": "1.3.0", "description": "Interactive CLI that guides you through creating or reusing SSH keys and connecting them to GitHub.", "license": "MIT", "type": "module",