This commit is contained in:
Balena CI 2020-08-14 01:51:05 +03:00 committed by VersionBot
parent 3fa7eec8a9
commit 34597f629d
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'build / push: Fix sudden process crash (update tar-utils dependency)'
hash: 1ee12b70bcf777cff3ebcd969685aa6f4cdf5894
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.14.8
date: 2020-08-13T22:14:01.721Z
- commits:
- subject: Update dependencies
hash: 230677e5e897aff7f5694b321a286cd50f5ef728

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.14.8 - 2020-08-13
* build / push: Fix sudden process crash (update tar-utils dependency) [Paulo Castro]
## 12.14.7 - 2020-08-13

2
npm-shrinkwrap.json generated
View File

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

View File

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