diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 4b76ba2b..35e2b3ee 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add `release list` alias for `releases` command + hash: 8d1394a77d8cca4f18d162a3f522e80e8092ffa7 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 19.4.0 + title: "" + date: 2024-10-16T19:12:05.274Z - commits: - subject: Add alias `fleet list` for `fleets` command hash: 5243803342203ebac2a04c2fcfe1e9aa4a126a21 diff --git a/CHANGELOG.md b/CHANGELOG.md index 11770ba3..833edadd 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/). +## 19.4.0 - 2024-10-16 + +* Add `release list` alias for `releases` command [myarmolinsky] + ## 19.3.0 - 2024-10-16 * Add alias `fleet list` for `fleets` command [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8d184f78..e9bfbc67 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.3.0", + "version": "19.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.3.0", + "version": "19.4.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index de7a45ff..3a3ca4f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.3.0", + "version": "19.4.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -273,6 +273,6 @@ } }, "versionist": { - "publishedAt": "2024-10-16T18:03:17.565Z" + "publishedAt": "2024-10-16T19:12:06.140Z" } }