This commit is contained in:
Balena CI 2020-02-29 02:17:58 +02:00
parent fb321b8c5b
commit 62e4930e5b
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Lazy-load chalk
hash: 98152c0b09e80fd83bf6fabf7bd46edaef70ab69
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.28.8
date: 2020-02-28T18:37:53.265Z
- commits:
- subject: Simplify lazy-loading of resin-cli-visuals with a shared function
hash: 7c62e344554efdad2e0bad69dad8253ce9706b72

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.8 - 2020-02-28
* Lazy-load chalk [Pagan Gazzard]
## 11.28.7 - 2020-02-28
* Simplify lazy-loading of resin-cli-visuals with a shared function [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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