This commit is contained in:
flowzone-app[bot] 2024-10-16 19:12:09 +00:00 committed by GitHub
parent 65b278e40b
commit ec6cbd120e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -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

View File

@ -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]

4
npm-shrinkwrap.json generated
View File

@ -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": {

View File

@ -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"
}
}