diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index faf49592..79989982 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add alias `organization list` for `orgs` command + hash: 082cce332a497c15b34467f9ed22514ebaafaec9 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 19.9.0 + title: "" + date: 2024-10-18T14:25:39.691Z - commits: - subject: Add alias `tag list` for `tags` command hash: 5eba175bf1a0e016b98757848e0c345489f686c1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0647008a..1c2db4d7 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.9.0 - 2024-10-18 + +* Add alias `organization list` for `orgs` command [myarmolinsky] + ## 19.8.0 - 2024-10-18 * Add alias `tag list` for `tags` command [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 471d6db8..79af8479 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.8.0", + "version": "19.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.8.0", + "version": "19.9.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 76213cec..dae9d72b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.8.0", + "version": "19.9.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-18T13:25:51.301Z" + "publishedAt": "2024-10-18T14:25:40.555Z" } }