diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a684a766..54d29b45 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Bump acorn from 5.7.3 to 5.7.4 + hash: f8363fc72b21386cc3561be576d8f21ec0463c89 + body: | + Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4. + - [Release notes](https://github.com/acornjs/acorn/releases) + - [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4) + footer: + Change-type: patch + change-type: patch + Signed-off-by: 'dependabot[bot] ' + signed-off-by: 'dependabot[bot] ' + author: 'dependabot[bot]' + version: 10.10.2 + date: 2020-03-16T15:05:54.513Z - commits: - subject: Update dependencies hash: 6e3db3bd602d30ae3d377a1526c9b904c90a6cf3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8131a7f7..4d8589d5 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/). +# v10.10.2 +## (2020-03-16) + +* Bump acorn from 5.7.3 to 5.7.4 [dependabot[bot]] + # v10.10.1 ## (2020-03-13) diff --git a/VERSION b/VERSION index b4ebbcb7..f65d9ca0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.10.1 \ No newline at end of file +10.10.2 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index e5d9110f..b759ff70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "10.10.1", + "version": "10.10.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fa88d0d4..fd54f5c4 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": "10.10.1", + "version": "10.10.2", "license": "Apache-2.0", "repository": { "type": "git",