v11.31.23

This commit is contained in:
Balena CI 2020-04-28 15:46:45 +03:00 committed by VersionBot
parent 2874a69d7d
commit 5c39952002
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Fix unhandled promise rejection when using `balena deploy`
hash: 6ec05e8dcff26e35592a0372ebb22fe3b43260e5
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.23
date: 2020-04-28T12:25:10.713Z
- commits:
- subject: Convert lib/actions/device.coffee to javascript
hash: 0cfa1a0dfb4bdce1f1becd108ed002354fb1504b

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.31.23 - 2020-04-28
* Fix unhandled promise rejection when using `balena deploy` [Pagan Gazzard]
## 11.31.22 - 2020-04-25
* Convert lib/actions/device.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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