From 8e83a401eb343527f5c1d5ca68f9e9729defb10a Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 3 Oct 2018 06:58:41 -0700 Subject: [PATCH] v7.10.6 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d00e196..4c6490f3 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.10.6 - 2018-10-03 + +* Fix formatting of preload examples [Tim Perry] + ## v7.10.5 - 2018-09-25 * README: Fix typo [Lucian Buzzo] diff --git a/package.json b/package.json index 337a5223..3499ef6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.10.5", + "version": "7.10.6", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",