This commit is contained in:
Balena CI 2022-09-19 16:37:43 +00:00
parent 03f65653c2
commit 7c6eadbb6c
No known key found for this signature in database
GPG Key ID: E2ADEC9754128402
6 changed files with 31 additions and 5 deletions

View File

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

View File

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

View File

@ -1 +1 @@
14.0.25
14.0.26

View File

@ -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
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "14.0.25",
"version": "14.0.26",
"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": "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"
}
}