This commit is contained in:
Balena CI 2020-07-31 15:00:00 +03:00 committed by VersionBot
parent 9da7f03b2a
commit 8047779c0c
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Remove some bluebird usage
hash: 9aacb7ec56aafa498fc1e599917b71d9b1f88312
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.10.1
date: 2020-07-31T10:36:06.780Z
- commits:
- subject: 'device rm: Add ability to remove multiple devices in one command'
hash: 47e9d39c6f9f14ff8a6157b0029ecb6883cc9c8a

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/).
## 12.10.1 - 2020-07-31
* Remove some bluebird usage [Pagan Gazzard]
## 12.10.0 - 2020-07-30
* device rm: Add ability to remove multiple devices in one command [Nick Neisen]

2
npm-shrinkwrap.json generated
View File

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

View File

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