mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-18 21:27:54 +00:00
v14.0.26
This commit is contained in:
parent
03f65653c2
commit
7c6eadbb6c
@ -1,3 +1,23 @@
|
||||
- commits:
|
||||
- subject: Update @balena/lint to 6.2.0
|
||||
hash: 96418d55b5507d8352e612d4a8074e700ea0780a
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
- subject: Update to typescript 4.8.2
|
||||
hash: a4c13aa2e925934db26b175876d492995dd4a519
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
nested: []
|
||||
version: 14.0.26
|
||||
title: ""
|
||||
date: 2022-09-19T16:37:40.389Z
|
||||
- commits:
|
||||
- subject: Update to nodejs 14
|
||||
hash: 65e69f3a83863af5967e2eefddbb7cafc1d601f7
|
||||
|
@ -4,6 +4,12 @@ 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/).
|
||||
|
||||
# v14.0.26
|
||||
## (2022-09-19)
|
||||
|
||||
* Update @balena/lint to 6.2.0 [Pagan Gazzard]
|
||||
* Update to typescript 4.8.2 [Pagan Gazzard]
|
||||
|
||||
# v14.0.25
|
||||
## (2022-09-15)
|
||||
|
||||
|
@ -2,6 +2,6 @@ name: balena-supervisor
|
||||
description: 'Balena Supervisor: balena''s agent on devices.'
|
||||
joinable: false
|
||||
type: sw.application
|
||||
version: 14.0.25
|
||||
version: 14.0.26
|
||||
provides:
|
||||
- slug: sw.compose.long-volume-syntax
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "14.0.25",
|
||||
"version": "14.0.26",
|
||||
"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": "14.0.25",
|
||||
"version": "14.0.26",
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -141,6 +141,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2022-09-15T22:32:29.228Z"
|
||||
"publishedAt": "2022-09-19T16:37:41.034Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user