From 02dc90c4e08d0eb984529b422a4fc0cc1db1fbd8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 16:05:14 +0000 Subject: [PATCH] v19.5.2 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 166077795..79322a8ab 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/upload-artifact action to v4.6.0 + hash: ce20b3541256df9897a509b2a32574498179f9fb + body: | + Update actions/upload-artifact from 4.5.0 to 4.6.0 + footer: + Change-type: patch + change-type: patch + author: balena-renovate[bot] + nested: [] + version: 19.5.2 + title: "" + date: 2025-01-10T16:05:11.184Z - commits: - subject: Revert "Test with unsupported node version (should use 20.x)" hash: 41cfb8fc9d6077e2e249514f07791651e7a941ab diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a9f5ac9e..b95b121a3 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.5.2 - 2025-01-10 + +* Update actions/upload-artifact action to v4.6.0 [balena-renovate[bot]] + ## 19.5.1 - 2025-01-09 * Revert "Test with unsupported node version (should use 20.x)" [Kyle Harding] diff --git a/package-lock.json b/package-lock.json index 4f91f8e62..7b225765c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "19.5.1", + "version": "19.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "19.5.1", + "version": "19.5.2", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 18c58074d..a41ec375b 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "19.5.1", + "version": "19.5.2", "versionist": { - "publishedAt": "2025-01-09T18:20:08.808Z" + "publishedAt": "2025-01-10T16:05:11.743Z" } }