This commit is contained in:
resin-io-versionbot[bot] 2017-08-24 12:25:11 +00:00 committed by VersionBot
parent e0d661a1da
commit 0158d1da48
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.5.3 - 2017-08-24
* Remove resin-preload build filtering workaround. #645 [Alexis Svinartchouk]
## v6.5.2 - 2017-08-22
### Changed

View File

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