This commit is contained in:
Balena CI 2020-04-22 14:12:25 +03:00
parent 028141c0b0
commit e3672bc655
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: >-
Update patch-package (fix remaining source of seemingly random ENOENT
error)
hash: e3c42cf63e9e0385b774bcbba61a0aeb08f04879
body: ''
footer:
Connects-to: '#1723'
connects-to: '#1723'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.31.9
date: 2020-04-22T10:49:15.197Z
- commits: - commits:
- subject: Update to balena-release - subject: Update to balena-release
hash: 88e4009e88a1f06857acb8a660fb3833b9bb0730 hash: 88e4009e88a1f06857acb8a660fb3833b9bb0730

View File

@ -4,6 +4,10 @@ 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.31.9 - 2020-04-22
* Update patch-package (fix remaining source of seemingly random ENOENT error) [Paulo Castro]
## 11.31.8 - 2020-04-22 ## 11.31.8 - 2020-04-22
* Update to balena-release [Pagan Gazzard] * Update to balena-release [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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