diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 68cd8c1b..cc857a3f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: Bump path-parse from 1.0.6 to 1.0.7 + hash: 2e38356bf4f5157483017ea2e6670514cbca49c1 + body: > + Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 + to 1.0.7. + + - [Release notes](https://github.com/jbgutierrez/path-parse/releases) + + - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) + + + --- + + updated-dependencies: + + - dependency-name: path-parse + dependency-type: indirect + ... + footer: + Change-type: patch + change-type: patch + Signed-off-by: 'dependabot[bot] ' + signed-off-by: 'dependabot[bot] ' + author: 'dependabot[bot]' + nested: [] + version: 12.10.8 + date: 2021-09-01T20:50:51.601Z - commits: - subject: Bump tar from 4.4.13 to 4.4.19 hash: b7cb494602fbd050bb9e31b5e8293a080349562c diff --git a/CHANGELOG.md b/CHANGELOG.md index 11292213..ef86df32 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.10.8 +## (2021-09-01) + +* Bump path-parse from 1.0.6 to 1.0.7 [dependabot[bot]] + # v12.10.7 ## (2021-09-01) diff --git a/VERSION b/VERSION index 10f8e996..76ed6157 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.10.7 \ No newline at end of file +12.10.8 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2047c755..e0272610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.10.7", + "version": "12.10.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d330a925..e12e04e5 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.10.7", + "version": "12.10.8", "license": "Apache-2.0", "repository": { "type": "git", @@ -138,6 +138,6 @@ } }, "versionist": { - "publishedAt": "2021-09-01T20:40:01.666Z" + "publishedAt": "2021-09-01T20:50:51.796Z" } }