This commit is contained in:
Tim Perry 2017-08-18 15:45:45 +02:00
parent 6fae5a2dd9
commit 74743745c4
2 changed files with 4 additions and 1 deletions

View File

@ -3,6 +3,8 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [6.5.0] - 2017-08-18
### Changed
- Set up Travis npm autodeploy
@ -557,6 +559,7 @@ and for `resin device init` (same `--config` param)
- Remove outdated information from README.
[6.5.0]: https://github.com/resin-io/resin-cli/compare/v6.4.0...v6.5.0
[6.4.0]: https://github.com/resin-io/resin-cli/compare/v6.3.1...v6.4.0
[6.3.1]: https://github.com/resin-io/resin-cli/compare/v6.3.0...v6.3.1
[6.3.0]: https://github.com/resin-io/resin-cli/compare/v6.2.0...v6.3.0

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.4.0",
"version": "6.5.0",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",