This commit is contained in:
Balena CI 2019-10-18 04:40:16 +03:00
parent 51d4ffc5d9
commit eada1ab87e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Move npm version check from npm 'preinstall' to git 'pre-commit' hook
hash: 59a7b9d12bfcd926c2d9268857889f6c70ac865d
body: |
This should allow end users to use npm v6.4.1 that ships with Node 8,
while still requiring CLI developers to use npm v6.9.0 or later.
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.4
date: 2019-10-17T23:59:48.588Z
- commits:
- subject: Fix npm install (missing automation/check-npm-version.js)
hash: eaffc2574f2fcbc72213f7168710db15c1722415

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/).
## 11.16.4 - 2019-10-17
* Move npm version check from npm 'preinstall' to git 'pre-commit' hook [Paulo Castro]
## 11.16.3 - 2019-10-17
* Fix npm install (missing automation/check-npm-version.js) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.16.3",
"version": "11.16.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.16.3",
"version": "11.16.4",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",