From 49d6faa71b07d380eebad748df30330b969214cc Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 14:11:56 +0000 Subject: [PATCH] v14.3.11 --- .versionbot/CHANGELOG.yml | 16 ++++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index b33604f46..f47b9e43d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: "device-logs: Import the Loki backend asyncronoushly" + hash: fbaacfa4c856d53ea8f4ad012725cfb21e02eada + body: "" + footer: + Depends-on: https://github.com/balena-io/open-balena-api/pull/1396 + depends-on: https://github.com/balena-io/open-balena-api/pull/1396 + Change-type: patch + change-type: patch + See: https://github.com/balena-io/open-balena-api/pull/1396#discussion_r1308491416 + see: https://github.com/balena-io/open-balena-api/pull/1396#discussion_r1308491416 + author: Thodoris Greasidis + nested: [] + version: 14.3.11 + title: "" + date: 2023-08-29T14:11:51.126Z - commits: - subject: Update TypeScript to 5.2.2 hash: 6743cfa7cb21ee3275de5e23c789f66a42d6b5c6 diff --git a/CHANGELOG.md b/CHANGELOG.md index a1208356d..f41f322ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## 14.3.11 - 2023-08-29 + +* device-logs: Import the Loki backend asyncronoushly [Thodoris Greasidis] + ## 14.3.10 - 2023-08-29 * Update TypeScript to 5.2.2 [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 7217f5608..65b4abde0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.3.10", + "version": "14.3.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.3.10", + "version": "14.3.11", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index 3520ff746..123ef6f9d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.3.10", + "version": "14.3.11", "license": "AGPL-3.0", "repository": { "type": "git", @@ -152,6 +152,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-08-29T13:45:00.079Z" + "publishedAt": "2023-08-29T14:11:52.213Z" } }