diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index aeeae3ba..779daca6 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add alias `api-key list` for command `api-keys` + hash: cad5543863b9f3e2b9c5883083dc3051b9e50ecf + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 19.2.0 + title: "" + date: 2024-10-16T16:11:48.485Z - commits: - subject: Remove custom sorting of OS commands in docs in favor of alphabetizing hash: af2c04540f41428b668ab0890dd498dfd28a4f11 diff --git a/CHANGELOG.md b/CHANGELOG.md index b777a1b7..3612f9a9 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.2.0 - 2024-10-16 + +* Add alias `api-key list` for command `api-keys` [myarmolinsky] + ## 19.1.3 - 2024-10-16 * Remove custom sorting of OS commands in docs in favor of alphabetizing [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a0809a3c..ab28ca47 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.1.3", + "version": "19.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.1.3", + "version": "19.2.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index e014aa55..ce12017f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.1.3", + "version": "19.2.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-16T14:39:25.494Z" + "publishedAt": "2024-10-16T16:11:49.351Z" } }