From bb102c1918b99beeecda278b1a84bcf6e15b8afc Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Tue, 20 Mar 2018 15:44:13 +0000 Subject: [PATCH] v7.0.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13dcb63a..4e4b7b1a 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/). +## v7.0.7 - 2018-03-20 + +* Update resin-preload to 6.1.2 #821 [Alexis Svinartchouk] + ## v7.0.6 - 2018-03-20 * Make sure image name is all lowercase #815 [Akis Kesoglou] diff --git a/package.json b/package.json index e0b25427..8cb2c668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.0.6", + "version": "7.0.7", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",