From b6988c2b9f2966fca6dc0423429610acf956530d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 23:07:26 +0000 Subject: [PATCH] v23.0.1 --- .versionbot/CHANGELOG.yml | 26 ++++++++++++++++++++++++++ CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 43 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d7c473f91..50e50b7eb 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,29 @@ +- commits: + - subject: Update balena/open-balena-base Docker tag to v18.0.1 + hash: 956ca6d12ba84515faddaadfedf66a195eb176d0 + body: | + Update balena/open-balena-base from 18.0.0 to 18.0.1 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: + - commits: + - subject: Update dependency npm to v10.8.1 + hash: 38a545992fa5ed900d105b6a2790b889fb910b99 + body: | + Update npm from 10.8.0 to 10.8.1 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: open-balena-base-18.0.1 + title: "" + date: 2024-05-29T21:51:28.091Z + version: 23.0.1 + title: "" + date: 2024-05-29T23:07:16.873Z - commits: - subject: Update balena/open-balena-base to v18 with nodejs 22.2.0 hash: c3f6ff652c5cb52cde86c6c9275991d83324878d diff --git a/CHANGELOG.md b/CHANGELOG.md index f464f827f..986f32431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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/). +## 23.0.1 - 2024-05-29 + + +
+ Update balena/open-balena-base Docker tag to v18.0.1 [Self-hosted Renovate Bot] + +> ### open-balena-base-18.0.1 - 2024-05-29 +> +> * Update dependency npm to v10.8.1 [Self-hosted Renovate Bot] +> + +
+ ## 23.0.0 - 2024-05-28 diff --git a/package-lock.json b/package-lock.json index 2d456de60..db9fe191e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "23.0.0", + "version": "23.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "23.0.0", + "version": "23.0.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.4", diff --git a/package.json b/package.json index ae03cd543..5a90e2c38 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "23.0.0", + "version": "23.0.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -165,6 +165,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-05-28T18:04:06.172Z" + "publishedAt": "2024-05-29T23:07:18.383Z" } }