From 8f2c7f9dbfd0407462b717dc0ea15b6ea5346a7d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 19:13:44 +0000 Subject: [PATCH] v18.2.9 --- .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 d7227ca3..ea13af78 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/setup-python digest to 65d7f2d + hash: 73220206a25f29d9af2c042fc1a247a02bd5bae9 + body: | + Update actions/setup-python + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 18.2.9 + title: "" + date: 2024-06-21T19:13:40.118Z - commits: - subject: Update actions/upload-artifact digest to 6546280 hash: 2cd455ff81fb4ddbf1d5f77e0dd46c690c4dc059 diff --git a/CHANGELOG.md b/CHANGELOG.md index 288b902e..5a5cf894 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.9 - 2024-06-21 + +* Update actions/setup-python digest to 65d7f2d [Self-hosted Renovate Bot] + ## 18.2.8 - 2024-06-21 * Update actions/upload-artifact digest to 6546280 [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 99067e6e..4bf76a84 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.8", + "version": "18.2.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.8", + "version": "18.2.9", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index fb410463..b91e7aac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.8", + "version": "18.2.9", "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-21T18:13:44.571Z" + "publishedAt": "2024-06-21T19:13:40.994Z" } }