mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.8.0
This commit is contained in:
parent
fd966df1f0
commit
4065c5775c
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Add alias `tag list` for `tags` command
|
||||
hash: 5eba175bf1a0e016b98757848e0c345489f686c1
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.8.0
|
||||
title: ""
|
||||
date: 2024-10-18T13:25:50.462Z
|
||||
- commits:
|
||||
- subject: Add alias `env list` for command `envs`
|
||||
hash: 417c75484b1ac6c216323248b50ba00fc3fe5a7f
|
||||
|
@ -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.8.0 - 2024-10-18
|
||||
|
||||
* Add alias `tag list` for `tags` command [myarmolinsky]
|
||||
|
||||
## 19.7.0 - 2024-10-18
|
||||
|
||||
* Add alias `env list` for command `envs` [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.7.0",
|
||||
"version": "19.8.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.7.0",
|
||||
"version": "19.8.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.7.0",
|
||||
"version": "19.8.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-18T12:35:32.440Z"
|
||||
"publishedAt": "2024-10-18T13:25:51.301Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user