This commit is contained in:
Balena CI 2020-08-10 16:46:37 +03:00 committed by VersionBot
parent 60593a77ac
commit 604c182e2c
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Lazy load tar-stream
hash: 497c8cd49be08082a2f0048499eb50a8511fc0b8
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.14.2
date: 2020-08-10T11:04:45.415Z
- commits:
- subject: Update balena-sdk to 14.x
hash: e1c42405a175f724af9bcd4600b36893d8c7e4cf

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.2 - 2020-08-10
* Lazy load tar-stream [Pagan Gazzard]
## 12.14.1 - 2020-08-07

2
npm-shrinkwrap.json generated
View File

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

View File

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