mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v6.11.0
This commit is contained in:
parent
2c66280b3f
commit
1a15fdd2f0
@ -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/).
|
||||
|
||||
## v6.11.0 - 2017-12-18
|
||||
|
||||
* Fix docs generation when building on windows #729 [Tim Perry]
|
||||
* Autodeploy built standalone binaries for all platforms to github #729 [Tim Perry]
|
||||
* Package the CLI into a standalone runnable binary #729 [Tim Perry]
|
||||
* Move from open to opn #729 [Tim Perry]
|
||||
|
||||
## v6.10.3 - 2017-12-15
|
||||
|
||||
* Ensure logout works even with invalid credentials, or if not logged in #730 [Tim Perry]
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "resin-cli",
|
||||
"version": "6.10.3",
|
||||
"version": "6.11.0",
|
||||
"description": "The official resin.io CLI tool",
|
||||
"main": "./build/actions/index.js",
|
||||
"homepage": "https://github.com/resin-io/resin-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user