From 4eef50444ac753557195976c8183271ddbb22c84 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 23 Oct 2018 20:32:21 +0200 Subject: [PATCH] v7.25.6 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9989526e..16f3c99c 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.25.6 - 2018-10-23 + +* Fix: Use fat arrow for cleanup method [Cameron Diver] +* Fix: Run checkTruthy on config values before using them [Cameron Diver] + ## v7.25.5 - 2018-10-22 * Fix: Properly get the config from target state before comparing during initial config reporting [Pablo Carranza Velez] diff --git a/package.json b/package.json index 6a00d0c0..40def88a 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.25.5", + "version": "7.25.6", "license": "Apache-2.0", "repository": { "type": "git",