This commit is contained in:
Kostas Lekkas 2017-01-18 19:13:25 +02:00
parent 5c289a6e00
commit f9a4f8c375
2 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.4] - 2017-01-18
### Changed
- Fix documented requirements for resin ssh and resin sync
## [5.2.3] - 2017-01-04 ## [5.2.3] - 2017-01-04
### Changed ### Changed
@ -317,6 +323,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README. - Remove outdated information from README.
[5.2.4]: https://github.com/resin-io/resin-cli/compare/5.2.3...5.2.4
[5.2.3]: https://github.com/resin-io/resin-cli/compare/v5.2.2...v5.2.3 [5.2.3]: https://github.com/resin-io/resin-cli/compare/v5.2.2...v5.2.3
[5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2 [5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2
[5.2.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1 [5.2.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1

View File

@ -1,6 +1,6 @@
{ {
"name": "resin-cli", "name": "resin-cli",
"version": "5.2.3", "version": "5.2.4",
"description": "Git Push to your devices", "description": "Git Push to your devices",
"main": "./build/actions/index.js", "main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli", "homepage": "https://github.com/resin-io/resin-cli",
@ -67,4 +67,4 @@
"update-notifier": "^0.6.1", "update-notifier": "^0.6.1",
"valid-email": "0.0.2" "valid-email": "0.0.2"
} }
} }