This commit is contained in:
Juan Cruz Viotti 2016-09-14 11:09:43 -07:00
parent de13337655
commit 7d606568f6
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/).
## [4.5.0] - 2016-09-14
### Added
- Attempt to retrieve device type from the image's first partition.
## [4.4.0] - 2016-08-11
### Changed
@ -263,6 +269,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[4.5.0]: https://github.com/resin-io/resin-cli/compare/v4.4.0...v4.5.0
[4.4.0]: https://github.com/resin-io/resin-cli/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/resin-io/resin-cli/compare/v4.2.1...v4.3.0
[4.2.1]: https://github.com/resin-io/resin-cli/compare/v4.2.0...v4.2.1

View File

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