This commit is contained in:
Cameron Diver 2017-04-26 12:18:07 +01:00
parent 65884c81a4
commit 04c2333a54
No known key found for this signature in database
GPG Key ID: E76D7ACBEE436E12
2 changed files with 6 additions and 1 deletions

View File

@ -3,8 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## [5.8.0] - 2017-04-26
### Added ### Added
- Add cloud builder output to local build
- Add nocache and tag options to resin deploy
- Add ability to build and deploy an image to resin's infrastructure - Add ability to build and deploy an image to resin's infrastructure
### Fixed ### Fixed
@ -404,6 +408,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Remove outdated information from README. - Remove outdated information from README.
[5.8.0]: https://github.com/resin-io/resin-cli/compare/v5.7.2...v5.8.0
[5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2 [5.7.2]: https://github.com/resin-io/resin-cli/compare/v5.7.1...v5.7.2
[5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1 [5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1
[5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0 [5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0

View File

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