diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 074f61ac8..86af7a70f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Update query to fetch device types" + hash: 828af23e08a0524dd94621e931bcc10e004ddf02 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 6.5.6 + title: "" + date: 2025-02-28T10:16:35.009Z - commits: - subject: Update feature requests page link hash: a7459c5dca5bdaf9df6078d45dbcfd560b529399 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb6e7ad8..07b208ec8 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/). +## 6.5.6 - 2025-02-28 + +* patch: Update query to fetch device types [Vipul Gupta (@vipulgupta2048)] + ## 6.5.5 - 2025-02-07 * Update feature requests page link [Jonathan Berger] diff --git a/package-lock.json b/package-lock.json index a694d1a4e..f18c6a7c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.5.5", + "version": "6.5.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.5.5", + "version": "6.5.6", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 15b5a0923..966eb59dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.5.5", + "version": "6.5.6", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.99.0" }, "versionist": { - "publishedAt": "2025-02-07T10:50:50.958Z" + "publishedAt": "2025-02-28T10:16:35.610Z" } }