mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.14.2
This commit is contained in:
parent
60593a77ac
commit
604c182e2c
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.1",
|
||||
"version": "12.14.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user