This commit is contained in:
Balena CI 2021-04-26 21:09:43 +03:00 committed by VersionBot
parent d30116217a
commit 10b56658e6
5 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Update supervisor to typescript 4
hash: fd06c06092b61d349e8b40f66f847065368810e3
body: ''
footer:
Change-type: patch
change-type: patch
author: Felipe Lalanne
nested: []
version: 12.5.13
date: 2021-04-25T23:09:44.241Z
- commits:
- subject: Bump ssri from 6.0.1 to 6.0.2
hash: ae8dc8ff227237444ae532cf7e817bfc463fbac5

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/).
# v12.5.13
## (2021-04-25)
* Update supervisor to typescript 4 [Felipe Lalanne]
# v12.5.12
## (2021-04-20)

View File

@ -1 +1 @@
12.5.12
12.5.13

2
package-lock.json generated
View File

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