mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.4.4
This commit is contained in:
parent
3322faeeb2
commit
d485fd00a0
@ -1,3 +1,26 @@
|
||||
- commits:
|
||||
- subject: Add 'patches' to files section of package.json for npm publishing
|
||||
hash: c32d894e97e5f9067347b2f8b9b70dae479fefb1
|
||||
body: ''
|
||||
footer:
|
||||
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
|
||||
- subject: >-
|
||||
Add npm-shrinkwrap in package.json so that it gets published to the
|
||||
registry
|
||||
hash: ad737b8e02ea4e7902b5a664284c3388ad3334c5
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
Signed-off-by: Giovanni Garufi <giovanni@balena.io>
|
||||
signed-off-by: Giovanni Garufi <giovanni@balena.io>
|
||||
author: Giovanni Garufi
|
||||
version: 11.4.4
|
||||
date: 2019-07-02T20:13:08.779Z
|
||||
- commits:
|
||||
- subject: >-
|
||||
Fix "Error: Cannot find module 'web-streams-polyfill'" Fix
|
||||
|
@ -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.4 - 2019-07-02
|
||||
|
||||
* Add 'patches' to files section of package.json for npm publishing [Paulo Castro]
|
||||
* Add npm-shrinkwrap in package.json so that it gets published to the registry [Giovanni Garufi]
|
||||
|
||||
## 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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.4.3",
|
||||
"version": "11.4.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.4.3",
|
||||
"version": "11.4.4",
|
||||
"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