This commit is contained in:
Balena CI 2020-07-30 22:22:32 +03:00 committed by VersionBot
parent 10decc785d
commit 41e7ba12ff
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'device rm: Add ability to remove multiple devices in one command'
hash: 47e9d39c6f9f14ff8a6157b0029ecb6883cc9c8a
body: ''
footer:
Change-type: minor
change-type: minor
author: Nick Neisen
nested: []
version: 12.10.0
date: 2020-07-30T18:48:02.682Z
- commits:
- subject: 'Convert command `build` to typescript, oclif, and refactor'
hash: 09b8cc495c3c4f0292ded6f84e0f525b055dcff3

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.0 - 2020-07-30
* device rm: Add ability to remove multiple devices in one command [Nick Neisen]
## 12.9.9 - 2020-07-30
* Convert command `build` to typescript, oclif, and refactor [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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