diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index e3de3139..8812da28 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Restore ability to cat key into `ssh-key add` + hash: 6f30dc055027c0c2c3bd1040e7b6c87758535df5 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 20.0.2 + title: "" + date: 2024-10-29T12:57:07.306Z - commits: - subject: Fix sending input to some aliases not working hash: 48596fa318ae7450c4a5a00d1cb09ccd2d7fcc26 diff --git a/CHANGELOG.md b/CHANGELOG.md index cec19b30..573505ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## 20.0.2 - 2024-10-29 + +* Restore ability to cat key into `ssh-key add` [myarmolinsky] + ## 20.0.1 - 2024-10-29 * Fix sending input to some aliases not working [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cfe96762..ed51c23b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.0.1", + "version": "20.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.0.1", + "version": "20.0.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 292ce598..bfbd53e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.0.1", + "version": "20.0.2", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -273,6 +273,6 @@ } }, "versionist": { - "publishedAt": "2024-10-29T11:37:11.260Z" + "publishedAt": "2024-10-29T12:57:08.161Z" } }