This commit is contained in:
flowzone-app[bot] 2024-10-29 12:57:11 +00:00 committed by GitHub
parent aaf4625abb
commit 2887ab8200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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]

4
npm-shrinkwrap.json generated
View File

@ -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": {

View File

@ -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"
}
}