This commit is contained in:
Resin CI 2019-07-03 02:18:55 +03:00
parent 3322faeeb2
commit d485fd00a0
4 changed files with 30 additions and 2 deletions

View File

@ -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: - commits:
- subject: >- - subject: >-
Fix "Error: Cannot find module 'web-streams-polyfill'" Fix Fix "Error: Cannot find module 'web-streams-polyfill'" Fix

View File

@ -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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 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] * 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
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.4.3", "version": "11.4.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.4.3", "version": "11.4.4",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/actions/index.js", "main": "./build/actions/index.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",