diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6e375aba..150016e1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Remove unused package `publish-release` + hash: 93e597a596a2e6d039015c872a7ba9ae5eae3c24 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 18.2.19 + title: "" + date: 2024-07-05T13:37:50.914Z - commits: - subject: Update actions/setup-node action to v4 hash: c30a1dc1ede52b58502653ca721e7be8c8d577e2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 262fd240..5f71996a 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.19 - 2024-07-05 + +* Remove unused package `publish-release` [myarmolinsky] + ## 18.2.18 - 2024-07-04 * Update actions/setup-node action to v4 [Self-hosted Renovate Bot] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2f37b169..25d3ad84 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "18.2.18", + "version": "18.2.19", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "18.2.18", + "version": "18.2.19", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 6e3af3a6..38c2440f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "18.2.18", + "version": "18.2.19", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -285,6 +285,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2024-07-04T21:56:15.274Z" + "publishedAt": "2024-07-05T13:37:51.943Z" } }