From 1ff9cf02d7195172b1a9537f998f81deb22b628b Mon Sep 17 00:00:00 2001 From: Kostas Lekkas Date: Mon, 4 Sep 2017 20:17:21 +0300 Subject: [PATCH 1/2] Create ISSUE_TEMPLATE.md Fixes #529 Change-Type: patch --- .github/ISSUE_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..4248336a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,2 @@ +- **resin-cli version:** +- **Operating system and architecture:** From e431083e842ea86956a9f8a544e3e1d4c4894736 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Mon, 11 Sep 2017 14:45:51 +0000 Subject: [PATCH 2/2] v6.6.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a51ea57..b390403f 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.6 - 2017-09-11 + +* Create ISSUE_TEMPLATE.md #655 [Kostas Lekkas] + ## v6.6.5 - 2017-08-31 * Fix lodash bugs in device move & quickstart #643 [Tim Perry] diff --git a/package.json b/package.json index df994a86..86aad686 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.6.5", + "version": "6.6.6", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",