mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 08:25:36 +00:00
v12.5.13
This commit is contained in:
parent
d30116217a
commit
10b56658e6
@ -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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.5.12",
|
||||
"version": "12.5.13",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user