From 8598223b61216fa952549f7b83f2f75ec9548e9e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 28 Feb 2020 02:14:29 +0200 Subject: [PATCH] v11.28.5 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 2b2e68e9..8af502c4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: Simplify lazy-loading of balena-sdk by utilizing a shared function + hash: eac6bb5e5cef1cc3f1053415d1be6856ce89045b + body: | + This also avoids instantiating multiple balena-sdk + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.28.5 + date: 2020-02-27T19:02:33.627Z - commits: - subject: >- Fix build/deploy commands with QEMU emulation and alternative Dockerfile diff --git a/CHANGELOG.md b/CHANGELOG.md index b2bff89c..ad668ea3 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.5 - 2020-02-27 + +* Simplify lazy-loading of balena-sdk by utilizing a shared function [Pagan Gazzard] + ## 11.28.4 - 2020-02-25 * Fix build/deploy commands with QEMU emulation and alternative Dockerfile name [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c96a4a53..86e07eb1 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.4", + "version": "11.28.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fcaf0a0a..bc238663 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.28.4", + "version": "11.28.5", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",