From d90874dbefa78f7c04ab9e8059a05daba725ed2b Mon Sep 17 00:00:00 2001 From: Eugene Mirotin Date: Thu, 23 Mar 2017 01:36:08 +0300 Subject: [PATCH] v5.6.0 --- CHANGELOG.md | 13 +++++++++++-- package.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7401220c..635e8616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## [5.6.0] - 2017-03-23 + +### Added + +- The `--version` option to the `os download` command. Check `resin help os download` for details. + ## [5.5.0] - 2017-03-10 ### Added @@ -358,8 +364,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. -[5.3.0]: https://github.com/resin-io/resin-cli/compare/5.2.4...5.3.0 -[5.2.4]: https://github.com/resin-io/resin-cli/compare/5.2.3...5.2.4 +[5.6.0]: https://github.com/resin-io/resin-cli/compare/v5.5.0...v5.6.0 +[5.5.0]: https://github.com/resin-io/resin-cli/compare/v5.4.0...v5.5.0 +[5.4.0]: https://github.com/resin-io/resin-cli/compare/v5.3.0...v5.4.0 +[5.3.0]: https://github.com/resin-io/resin-cli/compare/v5.2.4...v5.3.0 +[5.2.4]: https://github.com/resin-io/resin-cli/compare/v5.2.3...v5.2.4 [5.2.3]: https://github.com/resin-io/resin-cli/compare/v5.2.2...v5.2.3 [5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2 [5.2.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1 diff --git a/package.json b/package.json index 951fc20f..0a371ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.5.0", + "version": "5.6.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",