From aa45e9c95574ba768c72b5dadad444c6632599f6 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 16 Aug 2018 16:09:23 +0000 Subject: [PATCH] v7.17.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3dc6b727..9607f712 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.17.0 - 2018-08-16 + +* Fix: Fix importing of service type location #726 [Cameron Diver] +* Dev: Add package.json tasks to aid debugging supervisor tests #726 [Cameron Diver] + ## v7.16.7 - 2018-08-16 * Update docker-toolbelt to pull in typings #727 [Cameron Diver] diff --git a/package.json b/package.json index 4cc141a9..5bdc4190 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "resin-supervisor", "description": "This is resin.io's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as Resin's API informs it to.", - "version": "7.16.7", + "version": "7.17.0", "license": "Apache-2.0", "repository": { "type": "git",