From 1c5945d3aeb367ad8d0b6ea7f340ea58b0e5a4e9 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 17 May 2016 10:00:04 -0400 Subject: [PATCH] v4.0.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094a82bb..8ea7252f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,12 +3,22 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.0.3] - 2016-05-17 + +### Changed + +- Fix `resin ssh` errors when running in `cmd.exe`. + ## [4.0.2] - 2016-04-27 +### Changed + - Upgrade `resin-sync` to v2.0.2. ## [4.0.1] - 2016-04-26 +### Changed + - Fix unhandled exceptions in the `resin ssh` command. ## [4.0.0] - 2016-04-26 @@ -219,6 +229,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[4.0.3]: https://github.com/resin-io/resin-cli/compare/v4.0.2...v4.0.3 [4.0.2]: https://github.com/resin-io/resin-cli/compare/v4.0.1...v4.0.2 [4.0.1]: https://github.com/resin-io/resin-cli/compare/v4.0.0...v4.0.1 [4.0.0]: https://github.com/resin-io/resin-cli/compare/v3.0.2...v4.0.0 diff --git a/package.json b/package.json index 133eee7f..a33688fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "4.0.2", + "version": "4.0.3", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",