From 049e1da53e87cfe1410858d8c335ef67c27dd2bb Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 20:12:54 +0000 Subject: [PATCH] v18.2.10 --- .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 ea13af78..f0fcea91 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/download-artifact action to v4.1.7 + hash: 15c0c32a019f21614b75990b04759063225cdf17 + body: | + Update actions/download-artifact from 4.1.0 to 4.1.7 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 18.2.10 + title: "" + date: 2024-06-21T20:12:50.284Z - commits: - subject: Update actions/setup-python digest to 65d7f2d hash: 73220206a25f29d9af2c042fc1a247a02bd5bae9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a5cf894..b1f23c6e 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.10 - 2024-06-21 + +* Update actions/download-artifact action to v4.1.7 [Self-hosted Renovate Bot] + ## 18.2.9 - 2024-06-21 * Update actions/setup-python digest to 65d7f2d [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4bf76a84..8046a8a2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.9", + "version": "18.2.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.9", + "version": "18.2.10", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b91e7aac..09347c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.9", + "version": "18.2.10", "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-21T19:13:40.994Z" + "publishedAt": "2024-06-21T20:12:51.145Z" } }