mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 15:56:38 +00:00
v12.3.12
This commit is contained in:
parent
2ba9f9dfcf
commit
5002017de6
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.11",
|
||||
"version": "12.3.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user