From 0e9b8e41401b171b92954e2464cfffd75f023a49 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Sat, 3 Feb 2018 15:50:09 +0000 Subject: [PATCH] v6.12.8 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeaf0e37..f1d90aac 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.8 - 2018-02-03 + +* Fix uuid params being parsed a numbers #774 [Thodoris Greasidis] + ## v6.12.7 - 2018-01-30 * Add 'or mounted resinOS image' #767 [MoranF] diff --git a/package.json b/package.json index 35718c0d..603fb09e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.12.7", + "version": "6.12.8", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",