diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7aaedd25..2a181263 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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] ' + signed-off-by: 'dependabot[bot] ' + author: 'dependabot[bot]' + nested: [] + version: 12.3.2 + date: 2021-01-11T22:21:05.013Z - commits: - subject: 'patch: bump pretty-ms from 7.0.0 to 7.0.1' hash: 8a4369f8dfb5d8e77a022b82f25cbeb18edbf77e diff --git a/CHANGELOG.md b/CHANGELOG.md index 09dcf618..7933f1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2 +## (2021-01-11) + +* patch: bump @types/yargs from 15.0.5 to 15.0.12 [dependabot[bot]] + # v12.3.1 ## (2021-01-11) diff --git a/VERSION b/VERSION index e81924de..67b9cc92 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.3.1 \ No newline at end of file +12.3.2 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 26f8f943..5233efda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.3.1", + "version": "12.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2faf9d19..1c24cb45 100644 --- a/package.json +++ b/package.json @@ -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.1", + "version": "12.3.2", "license": "Apache-2.0", "repository": { "type": "git",