From c94f7b10bd012956e421068e870ed5cddd02553b Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Wed, 10 Jan 2018 09:48:26 +0000 Subject: [PATCH] v6.12.4 --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bd0fb7a..d6f45d79 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.12.4 - 2018-01-10 + +* Start using Prettier #753 [Tim Perry] + ## v6.12.3 - 2018-01-09 * Lint TypeScript and CoffeeScript with resin-lint #743 [Tim Perry] diff --git a/package.json b/package.json index 62125edf..7f3f9a6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.12.3", + "version": "6.12.4", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli", @@ -149,4 +149,4 @@ "optionalDependencies": { "removedrive": "^1.0.0" } -} +} \ No newline at end of file