diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0a7a4e8a..53039187 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix shrinkwrap unwanted changes from older npm version + hash: ee3a0cc630c0112d2cccb0c72b836f5b2d6327fb + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Thodoris Greasidis + signed-off-by: Thodoris Greasidis + author: Thodoris Greasidis + version: 11.16.1 + date: 2019-10-17T11:01:35.826Z - commits: - subject: Add support for private device types hash: 1f4382bea81e55742c47c5db63c6e48d9c86b7e3 diff --git a/CHANGELOG.md b/CHANGELOG.md index c35c9277..39e875fc 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.1 - 2019-10-17 + +* Fix shrinkwrap unwanted changes from older npm version [Thodoris Greasidis] + ## 11.16.0 - 2019-10-16 * Add support for private device types [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b59f2d4e..b0f68470 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.16.0", + "version": "11.16.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd9beca4..85c81fb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.16.0", + "version": "11.16.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",