From e26bf361d3870e4c51c683c3211eb4ec3421b071 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Fri, 12 May 2017 22:26:44 +0000 Subject: [PATCH] v4.2.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6114fd14..6646a645 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/). +## v4.2.4 - 2017-05-12 + +* Fix typo in how hostOSVersionPath was camel-cased [Pablo Carranza Velez] + ## v4.2.3 - 2017-05-11 * Properly handle errors when requesting deltas [Pablo Carranza Velez] diff --git a/package.json b/package.json index 34e2b806..c1373d27 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": "4.2.3", + "version": "4.2.4", "license": "Apache-2.0", "repository": { "type": "git",