From 91b384a010bbb4d826b5748cf0882bb5024ed540 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 30 Oct 2019 14:56:56 +0200 Subject: [PATCH] v10.5.3 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0ec21c80..ee0078d7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: Convert some coffeescript tests to typescript + hash: b5a427f2b984114e93a02233efb85df125dbbec5 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Cameron Diver + signed-off-by: Cameron Diver + author: Cameron Diver + - subject: Bump mixin-deep from 1.3.1 to 1.3.2 + hash: d0f35359b3f32a87804f760c1d5303c380ea730f + body: > + Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from + 1.3.1 to 1.3.2. + + - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) + + - + [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) + footer: + Change-type: patch + change-type: patch + Signed-off-by: 'dependabot[bot] ' + signed-off-by: 'dependabot[bot] ' + author: 'dependabot[bot]' + version: 10.5.3 + date: 2019-10-30T11:00:45.668Z - commits: - subject: >- Bump handlebars from 4.0.12 to 4.5.1 Bumps diff --git a/CHANGELOG.md b/CHANGELOG.md index ec8c0e41..efe39d22 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/). +## 10.5.3 - 2019-10-30 + +* Convert some coffeescript tests to typescript [Cameron Diver] +* Bump mixin-deep from 1.3.1 to 1.3.2 [dependabot[bot]] + ## 10.5.2 - 2019-10-29 * Bump handlebars from 4.0.12 to 4.5.1 Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.5.1. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.5.1/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.5.1) [dependabot[bot]] diff --git a/package-lock.json b/package-lock.json index 7ee08d02..78c1a32e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.5.2", + "version": "10.5.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 25191501..4b0b12c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena'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 the balena API informs it to.", - "version": "10.5.2", + "version": "10.5.3", "license": "Apache-2.0", "repository": { "type": "git",