diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7943219ec7..9c9b1ec218 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/upload-artifact digest to 5076954 + hash: e101e0f46663585d2999c1bd59c5335a2d012ae4 + body: | + Update actions/upload-artifact + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 19.0.8 + title: "" + date: 2024-09-12T15:07:51.366Z - commits: - subject: Update actions/setup-node digest to 1e60f62 hash: 314e8800d0c6dfeade2140125cb3dd996713713e diff --git a/CHANGELOG.md b/CHANGELOG.md index a90975352c..95b3db806c 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/). +## 19.0.8 - 2024-09-12 + +* Update actions/upload-artifact digest to 5076954 [Self-hosted Renovate Bot] + ## 19.0.7 - 2024-09-12 * Update actions/setup-node digest to 1e60f62 [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a62dd99f10..f371ffe539 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.7", + "version": "19.0.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.7", + "version": "19.0.8", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b907463c9d..28a702fed1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.7", + "version": "19.0.8", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -277,6 +277,6 @@ } }, "versionist": { - "publishedAt": "2024-09-12T14:13:19.204Z" + "publishedAt": "2024-09-12T15:07:52.194Z" } }