This commit is contained in:
balenaCI 2023-07-17 19:59:52 +00:00
parent a381c97ca9
commit 406482b4da
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 23 additions and 4 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: "preload: Add the --no-pin-device-to-release flag to avoid interactive
questions"
hash: f53f148c8955f90f80e98962f10d4a1fe0dc8474
body: ""
footer:
Change-type: minor
change-type: minor
See: https://balena.zulipchat.com/#narrow/stream/345746-aspect.2Fproduct/topic/Level.20-.20need.20thoughts.20on.20questions.20.26.20feature.20suggestions
see: https://balena.zulipchat.com/#narrow/stream/345746-aspect.2Fproduct/topic/Level.20-.20need.20thoughts.20on.20questions.20.26.20feature.20suggestions
author: Thodoris Greasidis
nested: []
version: 16.7.0
title: ""
date: 2023-07-17T19:59:49.480Z
- commits:
- subject: Reduce lodash usage in common user interaction patterns
hash: d3c27ae859b32e187546964830cdbc236cc56138

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.7.0 - 2023-07-17
* preload: Add the --no-pin-device-to-release flag to avoid interactive questions [Thodoris Greasidis]
## 16.6.6 - 2023-07-10
* Reduce lodash usage in common user interaction patterns [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.6.6",
"version": "16.7.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-07-10T17:16:06.760Z"
"publishedAt": "2023-07-17T19:59:50.432Z"
}
}