diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2df7d959..b5c0905b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Paulo Castro + 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 + signed-off-by: Giovanni Garufi + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ecbb6f1..8bd7d81a 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 7a244275..b98ad986 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.4.3", + "version": "11.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 17cb4ba7..fa84d17c 100644 --- a/package.json +++ b/package.json @@ -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",