This commit is contained in:
Balena CI 2019-10-30 14:56:56 +02:00
parent a57d1df990
commit 91b384a010
4 changed files with 35 additions and 2 deletions

View File

@ -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 <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
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] <support@github.com>'
signed-off-by: 'dependabot[bot] <support@github.com>'
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

View File

@ -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]]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.5.2",
"version": "10.5.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",