diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7d3a66db..6ba71b55 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: "Docs: Show aliases for commands" + hash: 12cdb1463860a1ffef4e8ad44dde32f00369e3b5 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + - subject: Deprecate `devices` command in favor of `device list` + hash: b936c51941808db8c832678e11af86e2136cfea6 + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + - subject: Deduplicate dependencies + hash: 87c52c55eda0c7b6f9fa72e20b2298fa9ffefef2 + body: "" + footer: + Change-type: patch + change-type: patch + author: myarmolinsky + nested: [] + version: 19.1.0 + title: "" + date: 2024-10-11T17:15:02.716Z - commits: - subject: "Docs: Generate CLI command references from file names instead of usage" hash: f52e6bd8b436d4243e39c9069b8ee885bb6401ff diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c75893e..5cfeb5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.1.0 - 2024-10-11 + +* Docs: Show aliases for commands [myarmolinsky] +* Deprecate `devices` command in favor of `device list` [myarmolinsky] +* Deduplicate dependencies [myarmolinsky] + ## 19.0.20 - 2024-10-11 * Docs: Generate CLI command references from file names instead of usage [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 93885fbc..2acc35c6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.0.20", + "version": "19.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.0.20", + "version": "19.1.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 41ac71b7..c4e54457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.0.20", + "version": "19.1.0", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -274,6 +274,6 @@ } }, "versionist": { - "publishedAt": "2024-10-11T11:48:50.003Z" + "publishedAt": "2024-10-11T17:15:03.656Z" } }