From 73d9458ebf5b26738f5ad51b763e6574af598ad4 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:33:09 +0000 Subject: [PATCH] v5.54.15 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index de36114a35..1ec0e6f7a8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Fix Docs links" + hash: 8fe453ec76d12d508150e86bc57cee5548b7e4f7 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.54.15 + title: "" + date: 2023-07-14T19:33:03.996Z - commits: - subject: "develop/hardware: Add Orin Nano to the list of devices with custom dtb support" diff --git a/CHANGELOG.md b/CHANGELOG.md index ca4cc6ef4c..99b8037dd0 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/). +## 5.54.15 - 2023-07-14 + +* patch: Fix Docs links [Vipul Gupta (@vipulgupta2048)] + ## 5.54.14 - 2023-07-14 * develop/hardware: Add Orin Nano to the list of devices with custom dtb support [Alexandru Costache] diff --git a/package-lock.json b/package-lock.json index 95acb0ddb2..ce675c2460 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.54.14", + "version": "5.54.15", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.54.14", + "version": "5.54.15", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 18130151ef..cfa229f4a7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.54.14", + "version": "5.54.15", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.2.0" }, "versionist": { - "publishedAt": "2023-07-14T08:15:41.787Z" + "publishedAt": "2023-07-14T19:33:04.884Z" } }