mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.28.6
This commit is contained in:
parent
0c7947e185
commit
86af954f3b
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Make use of capitano's promise support to simplify the code
|
||||
hash: 48b281d7c6d04c4c8b0866b452b7fccacc1af578
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.28.6
|
||||
date: 2020-02-28T13:29:09.577Z
|
||||
- commits:
|
||||
- subject: Simplify lazy-loading of balena-sdk by utilizing a shared function
|
||||
hash: eac6bb5e5cef1cc3f1053415d1be6856ce89045b
|
||||
|
@ -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.6 - 2020-02-28
|
||||
|
||||
* Make use of capitano's promise support to simplify the code [Pagan Gazzard]
|
||||
|
||||
## 11.28.5 - 2020-02-27
|
||||
|
||||
* Simplify lazy-loading of balena-sdk by utilizing a shared function [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.5",
|
||||
"version": "11.28.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.28.5",
|
||||
"version": "11.28.6",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user