This commit is contained in:
Balena CI 2021-01-11 22:33:07 +02:00 committed by VersionBot
parent fe521f86f7
commit c0da65edca
5 changed files with 28 additions and 3 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: 'patch: bump pretty-ms from 7.0.0 to 7.0.1'
hash: 8a4369f8dfb5d8e77a022b82f25cbeb18edbf77e
body: >
Bumps [pretty-ms](https://github.com/sindresorhus/pretty-ms) from 7.0.0
to 7.0.1.
- [Release notes](https://github.com/sindresorhus/pretty-ms/releases)
-
[Commits](https://github.com/sindresorhus/pretty-ms/compare/v7.0.0...v7.0.1)
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.3.1
date: 2021-01-11T19:46:56.953Z
- commits:
- subject: Add support for `BALENA_HOST_SPLASH_IMAGE` config
hash: 4aa8090a56f6ece4a3a0425a378ec438c38629df

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.3.1
## (2021-01-11)
* patch: bump pretty-ms from 7.0.0 to 7.0.1 [dependabot[bot]]
# v12.3.0
## (2021-01-06)

View File

@ -1 +1 @@
12.3.0
12.3.1

2
package-lock.json generated
View File

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