diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 50935426..243748bd 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: 'CI builds: revert patch-package upgrade to fix patch errors' + hash: 05d478b759a79e7e3f0ae9c1d4e5e9adce246409 + body: > + This fixes a build error caused by a recent version bump of + 'patch-package': + + "Patch file found for package execa which is not present at + node_modules/qqjs/node_modules/execa" + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + - subject: 'Node 13 compatibility: upgrade ext2fs module' + hash: 9a7a36477681f17dd3456646a13df2d7f9af2a4d + body: '' + footer: + Change-type: patch + change-type: patch + Resolves: '#1591' + resolves: '#1591' + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 11.25.10 + date: 2020-02-08T00:24:03.569Z - commits: - subject: Add .gitattributes to check out with the correct line-ending on windows hash: 467afb3de6971fb939bbb6b20d9ab39d5104da00 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a69bce7..0e3204c8 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.25.10 - 2020-02-08 + +* CI builds: revert patch-package upgrade to fix patch errors [Paulo Castro] +* Node 13 compatibility: upgrade ext2fs module [Scott Lowe] + ## 11.25.9 - 2020-02-07 * Add .gitattributes to check out with the correct line-ending on windows [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1244e0c2..293a1211 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.9", + "version": "11.25.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7592f1d1..9853ef06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.9", + "version": "11.25.10", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",