From 9d93e546f4c53d0e94f6b00becf790ceb8088671 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:07:50 +0000 Subject: [PATCH] v18.2.4 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d39997bf5..58ccf867c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "Tests: update nodejs to 20.x matching the minimum supported version" + hash: 0ae61c069bd857428a7be988b780f6e838faec35 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 18.2.4 + title: "" + date: 2024-09-09T15:07:44.637Z - commits: - subject: Update dependencies hash: 7c5abc026df4ca1b9f72be92aa49791550f83bc6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 959e4ef41..de8c50f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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/). +# v18.2.4 +## (2024-09-09) + +* Tests: update nodejs to 20.x matching the minimum supported version [Pagan Gazzard] + # v18.2.3 ## (2024-09-06) diff --git a/VERSION b/VERSION index d2dc1a569..523096c78 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.2.3 \ No newline at end of file +18.2.4 \ No newline at end of file diff --git a/package.json b/package.json index b30458e56..945287208 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "18.2.3", + "version": "18.2.4", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-09-06T15:15:48.189Z" + "publishedAt": "2024-09-09T15:07:45.342Z" } }