This commit is contained in:
Juan Cruz Viotti 2016-08-11 10:35:19 -04:00
parent 870ce974e0
commit 2088cbe896
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.4.0] - 2016-08-11
### Changed
- Display OS and Supervisor version in `devices` and `device` commands.
## [4.3.0] - 2016-08-11
### Added
@ -257,6 +263,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README.
[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
[4.2.0]: https://github.com/resin-io/resin-cli/compare/v4.1.0...v4.2.0

View File

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