This commit is contained in:
Balena CI 2020-11-30 21:23:18 +02:00 committed by VersionBot
parent 1071d24c0d
commit 7c37faee0f
5 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Update npm entry in package.json to match the npm version we use
hash: cda1e9788d8d2016863effef796c62b1f72c58b8
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 12.2.6
date: 2020-11-30T17:26:41.644Z
- commits:
- subject: Bump bl from 1.2.2 to 1.2.3
hash: caae8d0544245db777ee3abb31cb64873a825f11

View File

@ -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.6
## (2020-11-30)
* Update npm entry in package.json to match the npm version we use [Pagan Gazzard]
# v12.2.5
## (2020-11-17)

View File

@ -1 +1 @@
12.2.5
12.2.6

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-supervisor",
"version": "12.2.5",
"version": "12.2.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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.5",
"version": "12.2.6",
"license": "Apache-2.0",
"repository": {
"type": "git",