mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v11.4.3
This commit is contained in:
parent
d5c7527f8d
commit
bcc86fbcb6
@ -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 <paulo@balena.io>
|
||||
signed-off-by: Paulo Castro <paulo@balena.io>
|
||||
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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.4.2",
|
||||
"version": "11.4.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user