From 3bb5ca50b2ec76bdf60235fda7793c1d1b9bc21a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 17 Oct 2019 22:38:45 +0300 Subject: [PATCH] v11.16.3 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f6c0945f..fcb7b563 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Paulo Castro + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f86f327..0b250503 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index e31451aa..525f3cbb 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.16.2", + "version": "11.16.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 552e900f..d62baca3 100644 --- a/package.json +++ b/package.json @@ -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",