This commit is contained in:
Balena CI 2020-08-11 16:06:00 +03:00 committed by VersionBot
parent 3272b55dd9
commit 0afaf8502f
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'CI: Avoid duplicate windows/mac tests'
hash: 4c664167f64d6c340ae83880a5b48c5fe0a981dd
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.14.3
date: 2020-08-11T11:34:42.765Z
- commits:
- subject: Lazy load tar-stream
hash: 497c8cd49be08082a2f0048499eb50a8511fc0b8

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.3 - 2020-08-11
* CI: Avoid duplicate windows/mac tests [Pagan Gazzard]
## 12.14.2 - 2020-08-10
* Lazy load tar-stream [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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