mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-11 15:33:06 +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:
|
- commits:
|
||||||
- subject: Remove all module level bluebird usage from eagerly loaded modules
|
- subject: Remove all module level bluebird usage from eagerly loaded modules
|
||||||
hash: 178c3f91547b6d94c7bcd98db4a6320e90440e33
|
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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 12.3.11 - 2020-07-02
|
||||||
|
|
||||||
* Remove all module level bluebird usage from eagerly loaded modules [Pagan Gazzard]
|
* 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",
|
"name": "balena-cli",
|
||||||
"version": "12.3.11",
|
"version": "12.3.12",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.3.11",
|
"version": "12.3.12",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user