From 9ae4139dc0b2db2edf1a0fcfcf8d9accb0f67463 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:45:07 +0000 Subject: [PATCH] v5.60.0 --- .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 578eb7f15b..db958d41c8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "minor: Add Cookie Consent Dialog box" + hash: 7b83f3cd5415ae42c07338e83cfdeeae944ca2c5 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.60.0 + title: "" + date: 2024-02-12T13:45:02.636Z - commits: - subject: Add Troubleshooting section for `This is the wrong balena device` error hash: 05db89f7faf27532164002cd7493b2de445851b1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 75dfc876e7..e5977b3d34 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.60.0 - 2024-02-12 + +* minor: Add Cookie Consent Dialog box [Vipul Gupta (@vipulgupta2048)] + ## 5.59.0 - 2023-12-30 * Add Troubleshooting section for `This is the wrong balena device` error [myarmolinsky] diff --git a/package-lock.json b/package-lock.json index de53de2879..ab67fd6c6c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.59.0", + "version": "5.60.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.59.0", + "version": "5.60.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 2eedb74634..1485419b39 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.59.0", + "version": "5.60.0", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2023-12-30T07:52:54.030Z" + "publishedAt": "2024-02-12T13:45:03.177Z" } }