This commit is contained in:
Balena CI 2020-02-28 18:06:18 +02:00
parent 3642943896
commit 0ab0e417b8
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Simplify lazy-loading of resin-cli-visuals with a shared function
hash: 7c62e344554efdad2e0bad69dad8253ce9706b72
body: |
This also avoids current unnecessary requiring of resin-cli-visuals
for every command
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.28.7
date: 2020-02-28T15:32:23.327Z
- commits:
- subject: Make use of capitano's promise support to simplify the code
hash: 48b281d7c6d04c4c8b0866b452b7fccacc1af578

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.7 - 2020-02-28
* Simplify lazy-loading of resin-cli-visuals with a shared function [Pagan Gazzard]
## 11.28.6 - 2020-02-28
* Make use of capitano's promise support to simplify the code [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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