From aeba64b1ee809182715990d8eccf15ac92dd150b Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 26 Jul 2016 13:04:21 -0400 Subject: [PATCH] v4.2.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6521f6f..412e99e9 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/). +## [4.2.1] - 2016-07-26 + +### Changed + +- Fix log messages being `undefined`. + ## [4.2.0] - 2016-06-22 ### Added @@ -241,6 +247,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[4.2.1]: https://github.com/resin-io/resin-cli/compare/v4.2.0...v4.2.1 [4.2.0]: https://github.com/resin-io/resin-cli/compare/v4.1.0...v4.2.0 [4.1.0]: https://github.com/resin-io/resin-cli/compare/v4.0.3...v4.1.0 [4.0.3]: https://github.com/resin-io/resin-cli/compare/v4.0.2...v4.0.3 diff --git a/package.json b/package.json index 2a407ae0..2696759d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "4.2.0", + "version": "4.2.1", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",