From 8b453aae892891238c7830996dd5f473aef3349e Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 18:13:51 +0000 Subject: [PATCH] v18.2.8 --- .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 03a3dfc9..d7227ca3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/upload-artifact digest to 6546280 + hash: 2cd455ff81fb4ddbf1d5f77e0dd46c690c4dc059 + body: | + Update actions/upload-artifact + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 18.2.8 + title: "" + date: 2024-06-21T18:13:43.659Z - commits: - subject: Pin dependencies hash: f50287873a32a00e6aec3eafbfe53ab461d95492 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f79f408..288b902e 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/). +## 18.2.8 - 2024-06-21 + +* Update actions/upload-artifact digest to 6546280 [Self-hosted Renovate Bot] + ## 18.2.7 - 2024-06-21 * Pin dependencies [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 98ba6b48..99067e6e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.7", + "version": "18.2.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.7", + "version": "18.2.8", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b0a0f677..fb410463 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.7", + "version": "18.2.8", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-06-21T17:16:18.107Z" + "publishedAt": "2024-06-21T18:13:44.571Z" } }