From 14bfca8c3a903abfe454ce229c26902235c9c1b3 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Thu, 18 Oct 2018 20:14:43 +0200 Subject: [PATCH] v7.10.8 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 434847df..0ede15fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.8 - 2018-10-18 + +* Update sdk references in notes.coffee [Scott Lowe] +* Update sdk references in device.coffee [Scott Lowe] + ## v7.10.7 - 2018-10-18 * Update sdk sdk references in auth.coffee [Scott Lowe] diff --git a/package.json b/package.json index 086746ce..dc1f39e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.10.7", + "version": "7.10.8", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",