From 5a66aab2d5573d4ea2efc1061240ca9f054de427 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 14:08:40 +0000 Subject: [PATCH] v5.63.0 --- .versionbot/CHANGELOG.yml | 28 ++++++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 38 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index db9b66ede6..d796016a04 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,31 @@ +- commits: + - subject: "API/Resources: Add docs updating the supervisor of a device" + hash: c1bb917467dc631c9e420eb5386cf4df69fde8f6 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: "API/Resources: Add docs for retrieving a specific `supervisor release`" + hash: 7d8e64d25d0a841ca0a56d6e1077937d184f782c + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: "API/Resources: Fix the docs for the `supervisor release` resource" + hash: 2d1c23b2a4a645cda9b98797f32bfbf45f1ef7da + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 5.63.0 + title: "" + date: 2024-05-03T14:08:36.160Z - commits: - subject: "patch: Update lychee to v1.10" hash: 314b22115deec6fc41c89e11ae87aabbb5f410e1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 368a632a6e..4d007bf1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.63.0 - 2024-05-03 + +* API/Resources: Add docs updating the supervisor of a device [Thodoris Greasidis] +* API/Resources: Add docs for retrieving a specific `supervisor release` [Thodoris Greasidis] +* API/Resources: Fix the docs for the `supervisor release` resource [Thodoris Greasidis] + ## 5.62.8 - 2024-05-01 * patch: Update lychee to v1.10 [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 64d0a680cd..25898d8f4e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.62.8", + "version": "5.63.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.62.8", + "version": "5.63.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 034e7a5fc1..7c447b49d2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.62.8", + "version": "5.63.0", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.28.2" }, "versionist": { - "publishedAt": "2024-05-01T11:21:13.384Z" + "publishedAt": "2024-05-03T14:08:36.721Z" } }