diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 11548952..6e375aba 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update actions/setup-node action to v4 + hash: c30a1dc1ede52b58502653ca721e7be8c8d577e2 + body: | + Update actions/setup-node from 3 to 4 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 18.2.18 + title: "" + date: 2024-07-04T21:56:14.403Z - commits: - subject: Update dependency etcher-sdk to v9.1.0 hash: 2d47eb53cd0d53cc5c2f11c6f6521bd51fd54c30 diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bd8a91..262fd240 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.2.18 - 2024-07-04 + +* Update actions/setup-node action to v4 [Self-hosted Renovate Bot] + ## 18.2.17 - 2024-07-02 diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 659f7848..a1b188b4 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.17", + "version": "18.2.18", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.17", + "version": "18.2.18", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index f0ad9434..04186fe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.17", + "version": "18.2.18", "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-07-02T13:20:39.805Z" + "publishedAt": "2024-07-04T21:56:15.274Z" } }