This commit is contained in:
Balena CI 2020-07-01 02:30:55 +03:00 committed by VersionBot
parent 4fc62017ae
commit 35200697de
4 changed files with 40 additions and 2 deletions

View File

@ -1,3 +1,34 @@
- commits:
- subject: Switch from Bluebird.join to native version
hash: 303c3af06145262c56d6534b9b5af0ea8436c5d8
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Switch from new Bluebird to native version
hash: 984d1a3fd60b1fdbda762060c5ce081822f7eb34
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Switch from Bluebird.each to native version
hash: ef9c2e9c187a3dd84a17dd334f4282742d9c3979
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Switch from Bluebird.map to native version
hash: d4f288394bf219e24c122d70f3e2b2590159e951
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.3.6
date: 2020-06-30T23:01:13.847Z
- commits:
- subject: Add typing info to requires wherever possible
hash: 5e94f3f9c9671fbbb9ff31a9ae2f747a8ccdab42

View File

@ -4,6 +4,13 @@ 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.6 - 2020-06-30
* Switch from Bluebird.join to native version [Pagan Gazzard]
* Switch from new Bluebird to native version [Pagan Gazzard]
* Switch from Bluebird.each to native version [Pagan Gazzard]
* Switch from Bluebird.map to native version [Pagan Gazzard]
## 12.3.5 - 2020-06-30
* Add typing info to requires wherever possible [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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