This commit is contained in:
Balena CI 2021-04-21 02:01:06 +03:00 committed by VersionBot
parent 52279a9e84
commit 5b7bc8a870
5 changed files with 25 additions and 3 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Bump ssri from 6.0.1 to 6.0.2
hash: ae8dc8ff227237444ae532cf7e817bfc463fbac5
body: |
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)
footer:
Change-type: patch
change-type: patch
Signed-off-by: 'dependabot[bot] <support@github.com>'
signed-off-by: 'dependabot[bot] <support@github.com>'
author: 'dependabot[bot]'
nested: []
version: 12.5.12
date: 2021-04-20T22:52:22.531Z
- commits:
- subject: Refactor extra_uEnv to not match with intel nuc
hash: e6eda0fca7b280aa5453972a26c36ab6895c227a

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.12
## (2021-04-20)
* Bump ssri from 6.0.1 to 6.0.2 [dependabot[bot]]
# v12.5.11
## (2021-04-14)

View File

@ -1 +1 @@
12.5.11
12.5.12

2
package-lock.json generated
View File

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