This commit is contained in:
Balena CI 2021-01-12 01:05:38 +02:00 committed by VersionBot
parent e167d4d40e
commit e6ebfca0b9
5 changed files with 30 additions and 3 deletions

View File

@ -1,3 +1,25 @@
- commits:
- subject: 'patch: bump @types/yargs from 15.0.5 to 15.0.12'
hash: 2c61a961c1ac2e7467ef84ac1c0896ef8c60d4be
body: >
Bumps
[@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs)
from 15.0.5 to 15.0.12.
- [Release
notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
-
[Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs)
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.2
date: 2021-01-11T22:21:05.013Z
- commits: - commits:
- subject: 'patch: bump pretty-ms from 7.0.0 to 7.0.1' - subject: 'patch: bump pretty-ms from 7.0.0 to 7.0.1'
hash: 8a4369f8dfb5d8e77a022b82f25cbeb18edbf77e hash: 8a4369f8dfb5d8e77a022b82f25cbeb18edbf77e

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v12.3.2
## (2021-01-11)
* patch: bump @types/yargs from 15.0.5 to 15.0.12 [dependabot[bot]]
# v12.3.1 # v12.3.1
## (2021-01-11) ## (2021-01-11)

View File

@ -1 +1 @@
12.3.1 12.3.2

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-supervisor", "name": "balena-supervisor",
"version": "12.3.1", "version": "12.3.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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