mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
v16.8.0
This commit is contained in:
parent
8646be7979
commit
d9af28bca7
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Accept device & application keys on login as experimental feature
|
||||||
|
hash: 14ba287e0d5f15154185c2cad685ab589953bf56
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: Otávio Jacobi
|
||||||
|
nested: []
|
||||||
|
version: 16.8.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-08-25T17:47:40.201Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update balena-sdk to v18
|
- subject: Update balena-sdk to v18
|
||||||
hash: 8b320d3e9e8c5042d12a874645b2453e2fa5d4fa
|
hash: 8b320d3e9e8c5042d12a874645b2453e2fa5d4fa
|
||||||
|
@ -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.8.0 - 2023-08-25
|
||||||
|
|
||||||
|
* Accept device & application keys on login as experimental feature [Otávio Jacobi]
|
||||||
|
|
||||||
## 16.7.9 - 2023-08-22
|
## 16.7.9 - 2023-08-22
|
||||||
|
|
||||||
|
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.7.9",
|
"version": "16.8.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.7.9",
|
"version": "16.8.0",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "16.7.9",
|
"version": "16.8.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",
|
||||||
@ -284,6 +284,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-08-22T13:33:26.774Z"
|
"publishedAt": "2023-08-25T17:47:41.329Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user