This commit is contained in:
Balena CI 2020-02-28 17:26:48 +02:00
parent 0c7947e185
commit 86af954f3b
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Make use of capitano's promise support to simplify the code
hash: 48b281d7c6d04c4c8b0866b452b7fccacc1af578
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.28.6
date: 2020-02-28T13:29:09.577Z
- commits:
- subject: Simplify lazy-loading of balena-sdk by utilizing a shared function
hash: eac6bb5e5cef1cc3f1053415d1be6856ce89045b

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/).
## 11.28.6 - 2020-02-28
* Make use of capitano's promise support to simplify the code [Pagan Gazzard]
## 11.28.5 - 2020-02-27
* Simplify lazy-loading of balena-sdk by utilizing a shared function [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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