From 7b46f65a011ed4ca37d7213f7940595e457ec0b3 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:17:07 +0000 Subject: [PATCH] v18.1.10 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f35dcbbfc..d18fa720c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Mark node 20.6.0 as the minimum working version + hash: b29aae1821bbaac87ceffd5eaee775afa7277927 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.1.10 + title: "" + date: 2024-04-16T14:17:03.542Z - commits: - subject: Enable npm dedupe as part of Renovate postUpdateOptions hash: 2a970478bd576d3887e64cd9398b890a8a503be6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 636f826c1..784a73ca0 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/). +## 18.1.10 - 2024-04-16 + +* Mark node 20.6.0 as the minimum working version [Thodoris Greasidis] + ## 18.1.9 - 2024-04-10 * Enable npm dedupe as part of Renovate postUpdateOptions [Kyle Harding] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5c09cca15..21425e763 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.1.9", + "version": "18.1.10", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.1.9", + "version": "18.1.10", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 70c09aa6f..a6fd1ae0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.1.9", + "version": "18.1.10", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -287,6 +287,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-04-10T15:24:26.846Z" + "publishedAt": "2024-04-16T14:17:04.407Z" } }