From 37283cd6a883cc1252d4d1ff7078f082e4bc857d Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 06:13:08 +0000 Subject: [PATCH] v5.70.1 --- .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 5cce34567b..7a3cebcbae 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Ensure which jq is used in base-images script" + hash: 052ff4da2543b38b6c36a942bbd8b5cd907cf081 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.70.1 + title: "" + date: 2024-10-11T06:13:02.237Z - commits: - subject: Add section `Trust and Transparency` to the Security Page hash: 9f8020a83b7d34fd69882be05b7ee3b415bcd20c diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fef2e7b90..5ea5803fc6 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](https://semver.org/). +## 5.70.1 - 2024-10-11 + +* patch: Ensure which jq is used in base-images script [Vipul Gupta (@vipulgupta2048)] + ## 5.70.0 - 2024-10-11 * Add section `Trust and Transparency` to the Security Page [fisehara] diff --git a/package-lock.json b/package-lock.json index 2275dbef0c..9020fba328 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.70.0", + "version": "5.70.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.70.0", + "version": "5.70.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 5f12531218..ca7e1634b8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.70.0", + "version": "5.70.1", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-11T05:27:36.397Z" + "publishedAt": "2024-10-11T06:13:02.775Z" } }