This commit is contained in:
Balena CI 2020-07-02 23:01:13 +03:00 committed by VersionBot
parent 2ba9f9dfcf
commit 5002017de6
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Convert `device init` to async await and oclif
hash: 40f643c07f0b26ff9996ba5a5eb2371ff6833d58
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
- subject: Fix cross-framework nested commands
hash: 402e48c8f89e2e42b35c73a14ee6f4a5884f0e1a
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.3.12
date: 2020-07-02T18:38:57.890Z
- commits:
- subject: Remove all module level bluebird usage from eagerly loaded modules
hash: 178c3f91547b6d94c7bcd98db4a6320e90440e33

View File

@ -4,6 +4,11 @@ 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/).
## 12.3.12 - 2020-07-02
* Convert `device init` to async await and oclif [Scott Lowe]
* Fix cross-framework nested commands [Scott Lowe]
## 12.3.11 - 2020-07-02
* Remove all module level bluebird usage from eagerly loaded modules [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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