This commit is contained in:
flowzone-app[bot] 2023-08-29 11:45:54 +00:00 committed by GitHub
parent 21b6ec46e3
commit 27ee9c85e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Update to Node 18
hash: 817ce5dc9612c7b75c138090c0dca14c4987a5f7
body: ""
footer:
Change-type: major
change-type: major
author: Otávio Jacobi
nested: []
version: 17.0.0
title: ""
date: 2023-08-29T11:45:48.922Z
- commits:
- subject: Accept device & application keys on login as experimental feature
hash: 14ba287e0d5f15154185c2cad685ab589953bf56

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/).
## 17.0.0 - 2023-08-29
* Update to Node 18 [Otávio Jacobi]
## 16.8.0 - 2023-08-25
* Accept device & application keys on login as experimental feature [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.8.0",
"version": "17.0.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-08-25T17:47:41.329Z"
"publishedAt": "2023-08-29T11:45:50.464Z"
}
}