From 4cdf3acf429c1dc609a0f24fa56086485d5d2206 Mon Sep 17 00:00:00 2001 From: Tim Perry Date: Tue, 22 Aug 2017 19:22:05 +0200 Subject: [PATCH] v6.5.2 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6685ee1..c55b0624 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/). +## [6.5.2] - 2017-08-22 + ### Changed - Progress bar when preload builds its docker image or fetches the build size; @@ -570,6 +572,7 @@ and for `resin device init` (same `--config` param) - Remove outdated information from README. +[6.5.2]: https://github.com/resin-io/resin-cli/compare/v6.5.1...v6.5.2 [6.5.1]: https://github.com/resin-io/resin-cli/compare/v6.5.0...v6.5.1 [6.5.0]: https://github.com/resin-io/resin-cli/compare/v6.4.0...v6.5.0 [6.4.0]: https://github.com/resin-io/resin-cli/compare/v6.3.1...v6.4.0 diff --git a/package.json b/package.json index fbf0cb39..bb84e894 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.5.1", + "version": "6.5.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",