From 0ab0e417b88e76e4baf54b91e13f28e045f4e50a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 28 Feb 2020 18:06:18 +0200 Subject: [PATCH] v11.28.7 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 12770579..f61e2308 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5c37b0..d0c7b573 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9cacb743..7ad321c6 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.6", + "version": "11.28.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index bca4a52b..37153b97 100644 --- a/package.json +++ b/package.json @@ -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",