This commit is contained in:
resin-io-versionbot[bot] 2017-11-27 17:25:41 +00:00 committed by VersionBot
parent bd6cb04a2b
commit e4432d1a90
2 changed files with 6 additions and 2 deletions

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/).
## v6.10.2 - 2017-11-27
* Inline the entire resin-cli-auth module #721 [Tim Perry]
## v6.10.1 - 2017-11-27
* Set up TypeScript compilation, and make a small start on converting the CLI #720 [Tim Perry]

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.10.1",
"version": "6.10.2",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
@ -119,4 +119,4 @@
"optionalDependencies": {
"removedrive": "^1.0.0"
}
}
}