diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 077e6f624..d2c7db98b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Add alias `env list` for command `envs` + hash: 417c75484b1ac6c216323248b50ba00fc3fe5a7f + body: "" + footer: + Change-type: minor + change-type: minor + author: myarmolinsky + nested: [] + version: 19.7.0 + title: "" + date: 2024-10-18T12:35:31.416Z - commits: - subject: Add `ssh-key` as aliases for all `key` commands hash: e853b15f12af429265b1e9e20ce60db19438df4b diff --git a/CHANGELOG.md b/CHANGELOG.md index df64555b5..9cfefb222 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.7.0 - 2024-10-18 + +* Add alias `env list` for command `envs` [myarmolinsky] + ## 19.6.0 - 2024-10-18 * Add `ssh-key` as aliases for all `key` commands [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e4b8ce63c..4aefad482 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "19.6.0", + "version": "19.7.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "19.6.0", + "version": "19.7.0", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index dc952877c..f91eb0fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "19.6.0", + "version": "19.7.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-18T11:04:27.611Z" + "publishedAt": "2024-10-18T12:35:32.440Z" } }