From 111ea44b4063d9f7384a84f9cee0af2b3edab346 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 12 Nov 2015 08:33:51 -0400 Subject: [PATCH] Resin CLI v2.2.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa8fa414..ff5e12e7 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/). +## [2.2.0] - 2015-11-12 + +### Added + +- Implement `device move` command. + ## [2.1.0] - 2015-11-11 ### Added @@ -80,6 +86,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[2.2.0]: https://github.com/resin-io/resin-cli/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/resin-io/resin-cli/compare/v2.0.1...v2.1.0 [2.0.1]: https://github.com/resin-io/resin-cli/compare/v2.0.0...v2.0.1 [2.0.0]: https://github.com/resin-io/resin-cli/compare/v1.1.0...v2.0.0 diff --git a/package.json b/package.json index ea5108c9..1f5d682a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "2.1.0", + "version": "2.2.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",