This commit is contained in:
Balena CI 2020-07-02 19:13:32 +03:00 committed by VersionBot
parent a3c10ded82
commit 6f6cb42725
4 changed files with 16 additions and 2 deletions

View File

@ -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: - commits:
- subject: Convert lib/actions-oclif/tunnel to async/await - subject: Convert lib/actions-oclif/tunnel to async/await
hash: c35f701190da7a7d8c62cd900f620057fbcd4eec hash: c35f701190da7a7d8c62cd900f620057fbcd4eec

View File

@ -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! 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.11 - 2020-07-02
* Remove all module level bluebird usage from eagerly loaded modules [Pagan Gazzard]
## 12.3.10 - 2020-07-02 ## 12.3.10 - 2020-07-02
* Convert lib/actions-oclif/tunnel to async/await [Pagan Gazzard] * Convert lib/actions-oclif/tunnel to async/await [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.3.10", "version": "12.3.11",
"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",