v11.25.10

This commit is contained in:
Balena CI 2020-02-08 02:54:39 +02:00
parent 2dd8e71adc
commit 4b8cec652a
4 changed files with 33 additions and 2 deletions

View File

@ -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 <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
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

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!
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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",