From e8183d4031e0f682731334f0b576461649b14e71 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 1 Nov 2016 14:38:55 -0400 Subject: [PATCH] v5.2.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 014b9574..d1937204 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.2.2] - 2016-11-01 + +### Changed + +- Fix `shutdown` command not being available. + ## [5.2.1] - 2016-10-28 ### Changed @@ -305,6 +311,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2 [5.2.1]: https://github.com/resin-io/resin-cli/compare/v5.2.0...v5.2.1 [5.2.0]: https://github.com/resin-io/resin-cli/compare/v5.1.0...v5.2.0 [5.1.0]: https://github.com/resin-io/resin-cli/compare/v5.0.0...v5.1.0 diff --git a/package.json b/package.json index 3b4f0ed7..55fbeb1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.2.1", + "version": "5.2.2", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",