This commit is contained in:
Juan Cruz Viotti 2017-01-04 13:54:09 -04:00
parent 06cc863f02
commit 49664b815d
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.2.3] - 2017-01-04
### Changed
- Add missing `js-yaml` dependency.
## [5.2.2] - 2016-11-01
### Changed
@ -311,6 +317,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[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.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/resin-io/resin-cli/compare/v5.1.0...v5.2.0

View File

@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "5.2.2",
"version": "5.2.3",
"description": "Git Push to your devices",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",