mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v10.4.1
This commit is contained in:
parent
811262ed8b
commit
375464eb1a
@ -4,6 +4,13 @@ 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/).
|
||||
|
||||
## 10.4.1 - 2019-04-24
|
||||
|
||||
* Add ability to use balena logs with a local mode device [Cameron Diver]
|
||||
* Refactor: Convert logs action to typescript [Cameron Diver]
|
||||
* Logs: Make device logs consistent across the CLI [Cameron Diver]
|
||||
* Refactor: Create and use validation functions for input [Cameron Diver]
|
||||
|
||||
## 10.4.0 - 2019-04-24
|
||||
|
||||
* Tunnel: allow using partial device uuids [Will Boyce]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "10.4.0",
|
||||
"version": "10.4.1",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user