This commit is contained in:
Kostas Lekkas 2017-03-03 18:12:56 +02:00
parent 5ebdf4a8ac
commit eea9a2f723
No known key found for this signature in database
GPG Key ID: 7742375E5EDF01C3
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.3.0] - 2017-03-03
### Added
- `resin sync` AUFS device support
### Changed
- Moved to the new version of `resin-sdk` (via `resin-sdk-preconfigured`)
@ -327,6 +333,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[5.3.0]: https://github.com/resin-io/resin-cli/compare/5.2.4...5.3.0
[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.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2

View File

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