mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-19 05:37:53 +00:00
v12.2.7
This commit is contained in:
parent
689915c19a
commit
f6ba69144b
@ -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] <support@github.com>'
|
||||
signed-off-by: 'dependabot[bot] <support@github.com>'
|
||||
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
|
||||
|
@ -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)
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-supervisor",
|
||||
"version": "12.2.6",
|
||||
"version": "12.2.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user