From 5a620d6c9eb8523fd4d433d580e2ad33bbdae75c Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 31 Aug 2017 12:28:28 +0000 Subject: [PATCH] v6.6.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62a0c706..7a51ea57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +## v6.6.5 - 2017-08-31 + +* Fix lodash bugs in device move & quickstart #643 [Tim Perry] + ## v6.6.4 - 2017-08-31 * Catch uncommitted build output automatically in Travis #644 [Tim Perry] diff --git a/package.json b/package.json index 4ef1abe8..df994a86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.6.4", + "version": "6.6.5", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",