mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 18:56:25 +00:00
v16.4.0
This commit is contained in:
parent
1a5b914a6f
commit
1341413966
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Add `balena app create` command for creatings Apps
|
||||
hash: c5e8f0d6ea4c958b3b3c63e70ac8540fbf83b779
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 16.4.0
|
||||
title: ""
|
||||
date: 2023-05-25T15:53:21.350Z
|
||||
- commits:
|
||||
- subject: Add `balena api-keys` command for listing user/fleet API keys
|
||||
hash: 166130c3df354531c0699205d9f2ef21ffd6bed6
|
||||
|
@ -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.4.0 - 2023-05-25
|
||||
|
||||
* Add `balena app create` command for creatings Apps [myarmolinsky]
|
||||
|
||||
## 16.3.0 - 2023-05-25
|
||||
|
||||
* Add `balena api-keys` command for listing user/fleet API keys [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.3.0",
|
||||
"version": "16.4.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.3.0",
|
||||
"version": "16.4.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.3.0",
|
||||
"version": "16.4.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-25T15:06:37.963Z"
|
||||
"publishedAt": "2023-05-25T15:53:22.309Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user