This commit is contained in:
flowzone-app[bot] 2024-10-16 16:11:52 +00:00 committed by GitHub
parent 60f5f47930
commit 45e0f21685
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 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: - commits:
- subject: Remove custom sorting of OS commands in docs in favor of alphabetizing - subject: Remove custom sorting of OS commands in docs in favor of alphabetizing
hash: af2c04540f41428b668ab0890dd498dfd28a4f11 hash: af2c04540f41428b668ab0890dd498dfd28a4f11

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 19.1.3 - 2024-10-16
* Remove custom sorting of OS commands in docs in favor of alphabetizing [myarmolinsky] * Remove custom sorting of OS commands in docs in favor of alphabetizing [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "19.1.3", "version": "19.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "19.1.3", "version": "19.2.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "19.1.3", "version": "19.2.0",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -273,6 +273,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2024-10-16T14:39:25.494Z" "publishedAt": "2024-10-16T16:11:49.351Z"
} }
} }