mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 11:54:12 +00:00
v11.16.3
This commit is contained in:
parent
353ee4a576
commit
3bb5ca50b2
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Fix npm install (missing automation/check-npm-version.js)
|
||||
hash: eaffc2574f2fcbc72213f7168710db15c1722415
|
||||
body: ''
|
||||
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.3
|
||||
date: 2019-10-17T19:00:48.811Z
|
||||
- commits:
|
||||
- subject: Add npm preinstall check for npm version 6.9.0 or later
|
||||
hash: e7c89cf77cf0a261df402bc04a8c9c07ecb318fe
|
||||
|
@ -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.3 - 2019-10-17
|
||||
|
||||
* Fix npm install (missing automation/check-npm-version.js) [Paulo Castro]
|
||||
|
||||
## 11.16.2 - 2019-10-17
|
||||
|
||||
* Add npm preinstall check for npm version 6.9.0 or later [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.16.2",
|
||||
"version": "11.16.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.16.2",
|
||||
"version": "11.16.3",
|
||||
"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