From 04f5e0fa2bd933889a5a5bce297461296a30f083 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:13:22 +0000 Subject: [PATCH] v20.0.4 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6a8cc8ae6..df218f59e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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: - subject: "api-key generate: Display a descriptive error when the generation fails due to a stale JWT" diff --git a/CHANGELOG.md b/CHANGELOG.md index 48883244b..237d45891 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.4 - 2024-11-05 + +* Update actions/setup-node digest to 39370e3 [balena-renovate[bot]] + ## 20.0.3 - 2024-11-05 * api-key generate: Display a descriptive error when the generation fails due to a stale JWT [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 80da6b51f..9d39005ad 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "20.0.3", + "version": "20.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "20.0.3", + "version": "20.0.4", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 940236a43..a3cc64c66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "20.0.3", + "version": "20.0.4", "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-11-05T08:11:57.396Z" + "publishedAt": "2024-11-05T09:13:18.114Z" } }