diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 5669f978db..21d1ef4a45 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: "patch: Add node v20 as supported version" + hash: 325ba1a055a3fa234e097c9e5b17ff73d2a832b2 + body: Add node v20 as supported version and change node versions to reflect what + nodejs contract currently builds + footer: {} + author: Nikolaos Grigoropoulos + nested: [] + version: 5.62.7 + title: "" + date: 2024-04-24T08:00:32.598Z - commits: - subject: "patch: Update upgrade instructions for BalenaOS" hash: b453a06fb4cc4c4104edb67c926a5e191caf9e08 diff --git a/CHANGELOG.md b/CHANGELOG.md index e85b0d4bef..3aa1c82306 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](https://semver.org/). +## 5.62.7 - 2024-04-24 + +* patch: Add node v20 as supported version [Nikolaos Grigoropoulos] + ## 5.62.6 - 2024-04-09 * patch: Update upgrade instructions for BalenaOS [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index de131a2c9c..8c5e58432b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.62.6", + "version": "5.62.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.62.6", + "version": "5.62.7", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 5eb0e37195..6286756a3d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.62.6", + "version": "5.62.7", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-04-09T08:54:35.098Z" + "publishedAt": "2024-04-24T08:00:33.158Z" } }