mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-01 00:45:55 +00:00
v11.16.2
This commit is contained in:
parent
a05b592f00
commit
5142274e9d
@ -1,3 +1,18 @@
|
||||
- commits:
|
||||
- subject: Add npm preinstall check for npm version 6.9.0 or later
|
||||
hash: e7c89cf77cf0a261df402bc04a8c9c07ecb318fe
|
||||
body: |
|
||||
Older npm versions cause the npm-shrinkwrap.json file to be incorrectly
|
||||
updated. This should avoid regression bugs related to issue #1332.
|
||||
https://github.com/balena-io/balena-cli/issues/1332
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
author: Paulo Castro
|
||||
version: 11.16.2
|
||||
date: 2019-10-17T15:58:25.531Z
|
||||
- commits:
|
||||
- subject: Fix shrinkwrap unwanted changes from older npm version
|
||||
hash: ee3a0cc630c0112d2cccb0c72b836f5b2d6327fb
|
||||
|
@ -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/).
|
||||
|
||||
## 11.16.2 - 2019-10-17
|
||||
|
||||
* Add npm preinstall check for npm version 6.9.0 or later [Paulo Castro]
|
||||
|
||||
## 11.16.1 - 2019-10-17
|
||||
|
||||
* Fix shrinkwrap unwanted changes from older npm version [Thodoris Greasidis]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.16.1",
|
||||
"version": "11.16.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.16.1",
|
||||
"version": "11.16.2",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user