This commit is contained in:
Juan Cruz Viotti 2015-12-11 21:30:02 -04:00
parent de9297c351
commit b0ab23dad4
2 changed files with 14 additions and 1 deletions

View File

@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [2.5.0] - 2015-12-11
### Added
- Show device id in `resin devices`.
- Add helpful instructions after `resin quickstart`.
- Add timestamp to `resin logs` lines.
### Changed
- Lazy load command actions dependencies for performance reasons.
## [2.4.0] - 2015-12-01
### Added
@ -109,6 +121,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[2.5.0]: https://github.com/resin-io/resin-cli/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/resin-io/resin-cli/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/resin-io/resin-cli/compare/v2.2.0...v2.3.0
[2.2.0]: https://github.com/resin-io/resin-cli/compare/v2.1.0...v2.2.0

View File

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