From eea9a2f72372c8fb8fdab0ae03a529372803277d Mon Sep 17 00:00:00 2001 From: Kostas Lekkas Date: Fri, 3 Mar 2017 18:12:56 +0200 Subject: [PATCH] 5.3.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afddc588..a515a513 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.3.0] - 2017-03-03 + +### Added + +- `resin sync` AUFS device support + ### Changed - Moved to the new version of `resin-sdk` (via `resin-sdk-preconfigured`) @@ -327,6 +333,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Remove outdated information from README. +[5.3.0]: https://github.com/resin-io/resin-cli/compare/5.2.4...5.3.0 [5.2.4]: https://github.com/resin-io/resin-cli/compare/5.2.3...5.2.4 [5.2.3]: https://github.com/resin-io/resin-cli/compare/v5.2.2...v5.2.3 [5.2.2]: https://github.com/resin-io/resin-cli/compare/v5.2.1...v5.2.2 diff --git a/package.json b/package.json index aef38852..915b4737 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "5.2.4", + "version": "5.3.0", "description": "Git Push to your devices", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",