This commit is contained in:
balenaCI 2023-06-26 13:05:11 +00:00
parent eb52c47de5
commit 51c050c725
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: "api-key: Add `revoke` command which accepts a list of API key ids"
hash: 4b1378dfbcfdac45adeb3ac39aa101c02ed21c90
body: ""
footer:
Change-type: minor
change-type: minor
author: myarmolinsky
nested: []
version: 16.6.0
title: ""
date: 2023-06-26T13:05:09.313Z
- commits: - commits:
- subject: Re-enable automatic github final releases - subject: Re-enable automatic github final releases
hash: bc405d997e33b975aeda53583890ee7578c98496 hash: bc405d997e33b975aeda53583890ee7578c98496

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/).
## 16.6.0 - 2023-06-26
* api-key: Add `revoke` command which accepts a list of API key ids [myarmolinsky]
## 16.5.2 - 2023-06-09 ## 16.5.2 - 2023-06-09
* Re-enable automatic github final releases [Kyle Harding] * Re-enable automatic github final releases [Kyle Harding]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "16.5.2", "version": "16.6.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "16.5.2", "version": "16.6.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": "16.5.2", "version": "16.6.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",
@ -285,6 +285,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2023-06-09T16:03:09.092Z" "publishedAt": "2023-06-26T13:05:10.253Z"
} }
} }