This commit is contained in:
Balena CI 2020-02-28 02:14:29 +02:00
parent cdd67e25f0
commit 8598223b61
4 changed files with 17 additions and 2 deletions

View File

@ -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

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.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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",