This commit is contained in:
Juan Cruz Viotti 2016-03-29 11:30:11 -04:00
parent d9b4753690
commit 6e3c2ef168
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/).
## [3.0.1] - 2016-03-29
### Changed
- Log Mixpanel events based on the matching command signature.
## [3.0.0] - 2016-03-28
### Added
@ -187,6 +193,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[3.0.1]: https://github.com/resin-io/resin-cli/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/resin-io/resin-cli/compare/v2.7.0...v3.0.0
[2.7.0]: https://github.com/resin-io/resin-cli/compare/v2.6.2...v2.7.0
[2.6.2]: https://github.com/resin-io/resin-cli/compare/v2.6.1...v2.6.2

View File

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