From 7c37faee0f5f781181bdae790d5e3a2ab56362a6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 30 Nov 2020 21:23:18 +0200 Subject: [PATCH] v12.2.6 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index f8efd5e4..0e9674cf 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c69d3d2..8e8f617a 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.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) diff --git a/VERSION b/VERSION index c83e5f90..46015ef1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -12.2.5 \ No newline at end of file +12.2.6 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index f7062b6e..48638fdf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "12.2.5", + "version": "12.2.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3d23c368..25b42fd9 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.5", + "version": "12.2.6", "license": "Apache-2.0", "repository": { "type": "git",