From 1185b92bb4b2709194c784877e5cec485a180503 Mon Sep 17 00:00:00 2001 From: Balena CI Date: Tue, 18 Oct 2022 22:58:19 +0000 Subject: [PATCH] v14.2.13 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- balena.yml | 2 +- package-lock.json | 4 ++-- package.json | 4 ++-- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d057431e..a26d6fc1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Convert common.js to TypeScript + hash: 966d9574656bb393031ba64dd596f933eb972947 + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: 14.2.13 + title: "" + date: 2022-10-18T22:58:18.023Z - commits: - subject: Setup environment for dbus tests hash: 819e1840956fdcc71d0bd4d7e9e5d2f7831ab29c diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b002852..86e3e75e 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/). +# v14.2.13 +## (2022-10-18) + +* Convert common.js to TypeScript [Christina Ying Wang] + # v14.2.12 ## (2022-10-18) diff --git a/VERSION b/VERSION index 3662dedb..73da5c7d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -14.2.12 \ No newline at end of file +14.2.13 \ No newline at end of file diff --git a/balena.yml b/balena.yml index f6e72bbe..fca94c1c 100644 --- a/balena.yml +++ b/balena.yml @@ -2,6 +2,6 @@ name: balena-supervisor description: 'Balena Supervisor: balena''s agent on devices.' joinable: false type: sw.application -version: 14.2.12 +version: 14.2.13 provides: - slug: sw.compose.long-volume-syntax diff --git a/package-lock.json b/package-lock.json index 1163e908..0747f2cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-supervisor", - "version": "14.2.12", + "version": "14.2.13", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-supervisor", - "version": "14.2.12", + "version": "14.2.13", "license": "Apache-2.0", "dependencies": { "@balena/happy-eyeballs": "0.0.6", diff --git a/package.json b/package.json index 25747f8e..59d804a8 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": "14.2.12", + "version": "14.2.13", "license": "Apache-2.0", "repository": { "type": "git", @@ -145,6 +145,6 @@ } }, "versionist": { - "publishedAt": "2022-10-18T14:01:32.631Z" + "publishedAt": "2022-10-18T22:58:18.701Z" } }