mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.26.0
This commit is contained in:
parent
46d7d1d068
commit
826b0659d6
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.25.6",
|
||||
"version": "12.26.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user