From 1d8382e91d86d2738d7c621dd1c1f4c0079278b4 Mon Sep 17 00:00:00 2001 From: Eugene Mirotin Date: Thu, 27 Apr 2017 16:24:57 +0300 Subject: [PATCH] v5.8.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25832416..727de652 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [5.8.1] - 2017-04-27 + ### Fixed - The `ssh` command was broken @@ -412,6 +414,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[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 [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 diff --git a/package.json b/package.json index 30362e6a..ce3b792c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.8.0", + "version": "5.8.1", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",