From 9e4dd3fce298d98796233e58112cce74e450f9be Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 12:19:41 +0000 Subject: [PATCH] v18.0.0 --- .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 b684b2fb..0a4fb0cf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update to Node 20 + hash: bf5e61a61c542f0c0a57ae49bb9a9998588d6851 + body: "" + footer: + Change-type: major + change-type: major + author: Otávio Jacobi + nested: [] + version: 18.0.0 + title: "" + date: 2024-02-06T12:19:35.139Z - commits: - subject: Fix target state construction with livepush hash: 8d6a621bfb62147ed0a88f58057e38211e82f841 diff --git a/CHANGELOG.md b/CHANGELOG.md index 50a46cfd..599384be 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.0.0 - 2024-02-06 + +* Update to Node 20 [Otávio Jacobi] + ## 17.5.1 - 2024-01-31 * Fix target state construction with livepush [Felipe Lalanne] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6f0a11eb..0ea7531e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.5.1", + "version": "18.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.5.1", + "version": "18.0.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index b0f7eea8..cf8c1605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.5.1", + "version": "18.0.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -286,6 +286,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-01-31T01:05:18.677Z" + "publishedAt": "2024-02-06T12:19:36.007Z" } }