mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v16.7.0
This commit is contained in:
parent
a381c97ca9
commit
406482b4da
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user