From afafa22694aca8ba1cbfcca6b8c2e245126027c3 Mon Sep 17 00:00:00 2001 From: Eugene Mirotin Date: Mon, 1 May 2017 14:19:21 +0300 Subject: [PATCH] v5.9.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39af1f2e..1488a5d1 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.9.1] - 2017-05-01 + +### Fixed + +- Technical release because v5.9.0 was published earlier (erroneously) + ## [5.9.0] - 2017-05-01 ### Added @@ -420,6 +426,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.9.1]: https://github.com/resin-io/resin-cli/compare/v5.9.0...v5.9.1 [5.9.0]: https://github.com/resin-io/resin-cli/compare/v5.8.1...v5.9.0 [5.8.1]: https://github.com/resin-io/resin-cli/compare/v5.8.0...v5.8.1 [5.8.0]: https://github.com/resin-io/resin-cli/compare/v5.7.2...v5.8.0 diff --git a/package.json b/package.json index 438c9acf..d14f60d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.9.0", + "version": "5.9.1", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",