From e1b214823343aa7ab0681322bd20d22c9847856f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 13:32:16 +0000 Subject: [PATCH] v6.1.0 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a9f07d7..3c7d20b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Enable OS Updates to pre-release versions of higher base semver + hash: 1b3e83b9519157be1ca9ba7756bba87a08bea04a + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + version: 6.1.0 + title: "" + date: 2024-01-04T13:32:14.391Z - commits: - subject: Drop support for TypeScript < 5.3.3 hash: 7c3430280b47ea9a17f7bb94df068f2a46bfa975 diff --git a/CHANGELOG.md b/CHANGELOG.md index 76b97e3..91ce2b2 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/). +## 6.1.0 - 2024-01-04 + +* Enable OS Updates to pre-release versions of higher base semver [Thodoris Greasidis] + ## 6.0.0 - 2023-12-20 * Drop support for TypeScript < 5.3.3 [Thodoris Greasidis] diff --git a/package.json b/package.json index e633049..9806fa3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-hup-action-utils", - "version": "6.0.0", + "version": "6.1.0", "description": "Balena hostOS update validations & utilities", "main": "build/index.js", "types": "build/index.d.ts", @@ -59,6 +59,6 @@ "typed-error": "^3.2.2" }, "versionist": { - "publishedAt": "2023-12-20T13:33:03.956Z" + "publishedAt": "2024-01-04T13:32:14.488Z" } }