This commit is contained in:
Balena CI 2019-10-30 21:18:47 +02:00
parent d3a7bbb7ac
commit 80b0063b0e
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: 'docs: update lockfile Python snippet'
hash: d12c10b0c2092615ac5d94168db703b23744006b
body: >
Port over the downstream changes from
https://github.com/balena-io/docs/pull/1184
footer:
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
version: 10.5.4
date: 2019-10-30T13:04:37.635Z
- commits:
- subject: Convert some coffeescript tests to typescript
hash: b5a427f2b984114e93a02233efb85df125dbbec5

View File

@ -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/).
## 10.5.4 - 2019-10-30
* Docs: update lockfile Python snippet [Matthew McGinn]
## 10.5.3 - 2019-10-30
* Convert some coffeescript tests to typescript [Cameron Diver]

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "10.5.3",
"version": "10.5.4",
"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.3",
"version": "10.5.4",
"license": "Apache-2.0",
"repository": {
"type": "git",