mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.10.1
This commit is contained in:
parent
9da7f03b2a
commit
8047779c0c
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.10.0",
|
||||
"version": "12.10.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user