From bcc86fbcb620409669424daac75ea6dfac103253 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 1 Jul 2019 13:23:47 +0300 Subject: [PATCH] v11.4.3 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 8b757c01..2df7d959 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: >- + Fix "Error: Cannot find module 'web-streams-polyfill'" Fix + npm-shrinkwrap.json produced by npm v6.4.1, by using npm v6.9.0 + hash: 5df65f67c3fe8c0398644d57625e3d8c488ab9fc + body: '' + footer: + Resolves: '#1332' + resolves: '#1332' + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + version: 11.4.3 + date: 2019-07-01T10:11:02.282Z - commits: - subject: Explicitly upgrade livepush version to 2.0.1 to pick up fix hash: adcc862acb2237374de76ae75fed893f46b4408c diff --git a/CHANGELOG.md b/CHANGELOG.md index f7459115..9ecbb6f1 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.4.3 - 2019-07-01 + +* Fix "Error: Cannot find module 'web-streams-polyfill'" Fix npm-shrinkwrap.json produced by npm v6.4.1, by using npm v6.9.0 [Paulo Castro] + ## 11.4.2 - 2019-07-01 * Explicitly upgrade livepush version to 2.0.1 to pick up fix [Cameron Diver] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 280754ee..7a244275 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.2", + "version": "11.4.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c1de83a0..84e4552d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.2", + "version": "11.4.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",