From 3f27db811b8c2d8d4a11d10ba6d84d2579052f8b Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 15:12:16 +0000 Subject: [PATCH] v21.1.7 --- .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 d4adab76..dea9e423 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/upload-artifact digest to ea165f8 + hash: c8ea9cfcdbaa9a8abf221132a7d1ff29a966e515 + body: | + Update actions/upload-artifact + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 21.1.7 + title: "" + date: 2025-04-03T15:12:14.222Z - commits: - subject: Update actions/setup-node digest to cdca736 hash: fe4243809033735a6439f39a1a33dfd00039d656 diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f62eeb..c392aa3c 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/). +## 21.1.7 - 2025-04-03 + +* Update actions/upload-artifact digest to ea165f8 [balena-renovate[bot]] + ## 21.1.6 - 2025-04-03 * Update actions/setup-node digest to cdca736 [balena-renovate[bot]] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b0038285..b45b94fc 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "21.1.6", + "version": "21.1.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "21.1.6", + "version": "21.1.7", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index d326e62a..7f2f843d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "21.1.6", + "version": "21.1.7", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -276,6 +276,6 @@ } }, "versionist": { - "publishedAt": "2025-04-03T14:12:06.976Z" + "publishedAt": "2025-04-03T15:12:15.171Z" } }