mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v20.0.4
This commit is contained in:
parent
8cb5804848
commit
04f5e0fa2b
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update actions/setup-node digest to 39370e3
|
||||||
|
hash: 91c3fced497a5d4dbc293c85c9acc898c8c05b5a
|
||||||
|
body: |
|
||||||
|
Update actions/setup-node
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: balena-renovate[bot]
|
||||||
|
nested: []
|
||||||
|
version: 20.0.4
|
||||||
|
title: ""
|
||||||
|
date: 2024-11-05T09:13:17.264Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: "api-key generate: Display a descriptive error when the generation
|
- subject: "api-key generate: Display a descriptive error when the generation
|
||||||
fails due to a stale JWT"
|
fails due to a stale JWT"
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## 20.0.4 - 2024-11-05
|
||||||
|
|
||||||
|
* Update actions/setup-node digest to 39370e3 [balena-renovate[bot]]
|
||||||
|
|
||||||
## 20.0.3 - 2024-11-05
|
## 20.0.3 - 2024-11-05
|
||||||
|
|
||||||
* api-key generate: Display a descriptive error when the generation fails due to a stale JWT [Thodoris Greasidis]
|
* api-key generate: Display a descriptive error when the generation fails due to a stale JWT [Thodoris Greasidis]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.0.3",
|
"version": "20.0.4",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.0.3",
|
"version": "20.0.4",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.0.3",
|
"version": "20.0.4",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -274,6 +274,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-11-05T08:11:57.396Z"
|
"publishedAt": "2024-11-05T09:13:18.114Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user