From 68a84bfd866ccd5b53bd33532951fc3f88b4b625 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 23:26:58 +0000 Subject: [PATCH] v5.15.13 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d03a5b75a..5a0d2cfd2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Handle errors when there are no artifacts to publish + hash: b136cbe5bf29602b559f9bb1bee819a0a34aef3d + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Kyle Harding + signed-off-by: Kyle Harding + author: Kyle Harding + nested: [] + version: 5.15.13 + title: "" + date: 2023-12-14T23:26:53.637Z - commits: - subject: Update actions/download-artifact action to v4 hash: c3adc786cea2aefa04eaf0f2b9cb7db64bb163e4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a21f523d..cbc1d3ddd 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/). +## 5.15.13 - 2023-12-14 + +* Handle errors when there are no artifacts to publish [Kyle Harding] + ## 5.15.12 - 2023-12-14 * Update actions/download-artifact action to v4 [Self-hosted Renovate Bot] diff --git a/package-lock.json b/package-lock.json index 875ae02fc..60c09003c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "flowzone", - "version": "5.15.12", + "version": "5.15.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "flowzone", - "version": "5.15.12", + "version": "5.15.13", "dependencies": { "yaml": "^2.1.3" }, diff --git a/package.json b/package.json index 768107bb1..405440b49 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "dependencies": { "yaml": "^2.1.3" }, - "version": "5.15.12", + "version": "5.15.13", "versionist": { - "publishedAt": "2023-12-14T23:05:55.331Z" + "publishedAt": "2023-12-14T23:26:54.153Z" } }