mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.3.11
This commit is contained in:
parent
a3c10ded82
commit
6f6cb42725
@ -1,3 +1,13 @@
|
||||
- commits:
|
||||
- subject: Remove all module level bluebird usage from eagerly loaded modules
|
||||
hash: 178c3f91547b6d94c7bcd98db4a6320e90440e33
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 12.3.11
|
||||
date: 2020-07-02T15:46:17.395Z
|
||||
- commits:
|
||||
- subject: Convert lib/actions-oclif/tunnel to async/await
|
||||
hash: c35f701190da7a7d8c62cd900f620057fbcd4eec
|
||||
|
@ -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/).
|
||||
|
||||
## 12.3.11 - 2020-07-02
|
||||
|
||||
* Remove all module level bluebird usage from eagerly loaded modules [Pagan Gazzard]
|
||||
|
||||
## 12.3.10 - 2020-07-02
|
||||
|
||||
* Convert lib/actions-oclif/tunnel to async/await [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.10",
|
||||
"version": "12.3.11",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.10",
|
||||
"version": "12.3.11",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user