From 8bf884d42548bab9fe1c869d1b7be0f392115eac Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 28 Jun 2019 18:55:39 +0300 Subject: [PATCH] v11.4.1 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index dc14b450..1a62a3b8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Unpin selected dependencies following addition of npm-shrinkwrap.json + hash: 77089e31e471398ec098689e414f138739424be6 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + - subject: Add npm-shrinkwrap.json file to control dependency updates + hash: 7c6bae491f3682476daa0cca00bc12043378d3f9 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + version: 11.4.1 + date: 2019-06-28T12:50:58.844Z - commits: - subject: Add options to 'balena version' to show Node.js version hash: 9d5ecb5f9c25612f50e98b616c74761cd33f3a0e diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d7f7708..b44ea5f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.4.1 - 2019-06-28 + +* Unpin selected dependencies following addition of npm-shrinkwrap.json [Paulo Castro] +* Add npm-shrinkwrap.json file to control dependency updates [Paulo Castro] + ## 11.4.0 - 2019-06-27 * Add options to 'balena version' to show Node.js version [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 3ee49923..ba7ffe92 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.0", + "version": "11.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aac2b1c9..81703e13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.0", + "version": "11.4.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",