This commit is contained in:
balenaCI 2023-05-25 15:06:39 +00:00
parent 3445e4a08e
commit 3a143fe413
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: Add `balena api-keys` command for listing user/fleet API keys
hash: 166130c3df354531c0699205d9f2ef21ffd6bed6
body: ""
footer:
Change-type: minor
change-type: minor
author: myarmolinsky
nested: []
version: 16.3.0
title: ""
date: 2023-05-25T15:06:36.634Z
- commits:
- subject: "device init: Avoid extra request when not providing the --fleet option"
hash: 063e9d40f0bb7cf5fd80d04d7989ffb1c5f7d98f

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/).
## 16.3.0 - 2023-05-25
* Add `balena api-keys` command for listing user/fleet API keys [myarmolinsky]
## 16.2.7 - 2023-05-24
* device init: Avoid extra request when not providing the --fleet option [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.2.7",
"version": "16.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.2.7",
"version": "16.3.0",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.2.7",
"version": "16.3.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-05-24T12:04:57.912Z"
"publishedAt": "2023-05-25T15:06:37.963Z"
}
}