From 965aa7e4d4ac9c7ac53df82fdd7081c89a5c0bc8 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Mon, 3 Apr 2017 16:07:32 +0200 Subject: [PATCH] v5.7.1 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2bf99b9..490a75cf 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.7.1] - 2017-04-03 + ### Fixed - Add basic support for the new ResinOS version format @@ -387,6 +389,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.7.1]: https://github.com/resin-io/resin-cli/compare/v5.7.0...v5.7.1 [5.7.0]: https://github.com/resin-io/resin-cli/compare/v5.6.1...v5.7.0 [5.6.1]: https://github.com/resin-io/resin-cli/compare/v5.6.0...v5.6.1 [5.6.0]: https://github.com/resin-io/resin-cli/compare/v5.5.0...v5.6.0 diff --git a/package.json b/package.json index 4cb52d4c..a6bb489a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.7.0", + "version": "5.7.1", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",