This commit is contained in:
Balena CI 2020-10-29 12:40:24 +02:00 committed by VersionBot
parent 46d7d1d068
commit 826b0659d6
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Add command device purge
hash: 47fcffe36813dfdbe59986ed6ae0e4a1a441ea63
body: ''
footer:
Change-type: minor
change-type: minor
Resolves: '#1547'
resolves: '#1547'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.26.0
date: 2020-10-29T10:06:17.048Z
- commits:
- subject: 'ssh: Fix "Found more than one container with a service name <name>"'
hash: 7f000ee8c338c88af4a41dee1a2fb924c2c2ee00

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.26.0 - 2020-10-29
* Add command device purge [Scott Lowe]
## 12.25.6 - 2020-10-28
* ssh: Fix "Found more than one container with a service name <name>" [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.25.6",
"version": "12.26.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",