From e4432d1a90a9d9750a915d6dc40fe16ee50728c5 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Mon, 27 Nov 2017 17:25:41 +0000 Subject: [PATCH] v6.10.2 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 361733ba..a5c80e99 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.10.2 - 2017-11-27 + +* Inline the entire resin-cli-auth module #721 [Tim Perry] + ## v6.10.1 - 2017-11-27 * Set up TypeScript compilation, and make a small start on converting the CLI #720 [Tim Perry] diff --git a/package.json b/package.json index f2c031d2..ff186fee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.10.1", + "version": "6.10.2", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli", @@ -119,4 +119,4 @@ "optionalDependencies": { "removedrive": "^1.0.0" } -} +} \ No newline at end of file