From 684ac9fa24196e476f225f550870d63e931e1690 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 18 Oct 2018 21:08:35 +0200 Subject: [PATCH] v7.10.9 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ede15fb..cc9beb35 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.9 - 2018-10-18 + +* Update sdk references in wizzard.coffee [Scott Lowe] + ## v7.10.8 - 2018-10-18 * Update sdk references in notes.coffee [Scott Lowe] diff --git a/package.json b/package.json index dc1f39e7..86dff34f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.10.8", + "version": "7.10.9", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",