mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v20.0.3
This commit is contained in:
parent
b4cff78588
commit
99a94eafbb
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: "api-key generate: Display a descriptive error when the generation
|
||||
fails due to a stale JWT"
|
||||
hash: e0f081623b3a28672a2d67f80e77fe035c9aa9bf
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 20.0.3
|
||||
title: ""
|
||||
date: 2024-11-05T08:11:56.432Z
|
||||
- commits:
|
||||
- subject: Restore ability to cat key into `ssh-key add`
|
||||
hash: 6f30dc055027c0c2c3bd1040e7b6c87758535df5
|
||||
|
@ -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.3 - 2024-11-05
|
||||
|
||||
* api-key generate: Display a descriptive error when the generation fails due to a stale JWT [Thodoris Greasidis]
|
||||
|
||||
## 20.0.2 - 2024-10-29
|
||||
|
||||
* Restore ability to cat key into `ssh-key add` [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "20.0.2",
|
||||
"version": "20.0.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "20.0.2",
|
||||
"version": "20.0.3",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "20.0.2",
|
||||
"version": "20.0.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -274,6 +274,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-29T12:57:08.161Z"
|
||||
"publishedAt": "2024-11-05T08:11:57.396Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user