mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.14.3
This commit is contained in:
parent
3272b55dd9
commit
0afaf8502f
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.14.2",
|
||||
"version": "12.14.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user