From f6ba69144b926accc279ee9d6172ba3266beef3e Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 30 Nov 2020 22:20:40 +0200 Subject: [PATCH] v12.2.7 --- .versionbot/CHANGELOG.yml | 25 +++++++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 33 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 0e9674cf..57b95515 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,28 @@ +- commits: + - subject: Bump systeminformation from 4.27.11 to 4.30.5 + hash: 8036d5147950a3dfb976aaceee46a75e0025c732 + body: > + Bumps + [systeminformation](https://github.com/sebhildebrandt/systeminformation) + from 4.27.11 to 4.30.5. + + - [Release + notes](https://github.com/sebhildebrandt/systeminformation/releases) + + - + [Changelog](https://github.com/sebhildebrandt/systeminformation/blob/master/CHANGELOG.md) + + - + [Commits](https://github.com/sebhildebrandt/systeminformation/compare/v4.27.11...v4.30.5) + footer: + Change-type: patch + change-type: patch + Signed-off-by: 'dependabot[bot] ' + signed-off-by: 'dependabot[bot] ' + author: 'dependabot[bot]' + nested: [] + version: 12.2.7 + date: 2020-11-30T19:33:51.623Z - commits: - subject: Update npm entry in package.json to match the npm version we use hash: cda1e9788d8d2016863effef796c62b1f72c58b8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8f617a..c8fc1acf 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.2.7 +## (2020-11-30) + +* Bump systeminformation from 4.27.11 to 4.30.5 [dependabot[bot]] + # v12.2.6 ## (2020-11-30) diff --git a/VERSION b/VERSION index 46015ef1..c27735a4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.2.6 \ No newline at end of file +12.2.7 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 40abf65e..3da4cc38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.2.6", + "version": "12.2.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c35d5bfa..654f8842 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.2.6", + "version": "12.2.7", "license": "Apache-2.0", "repository": { "type": "git",