From 3ad30b2fe1c295ff8339cf10149e89e1df2bbaa2 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:14:42 +0000 Subject: [PATCH] v5.68.0 --- .versionbot/CHANGELOG.yml | 22 ++++++++++++++++++++++ CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 47f24ec334..955f730a15 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,25 @@ +- commits: + - subject: "API/resources: Retrieve the service name as part of the device service + env var GET requests" + hash: f73c52512a22423fe72ac1c5bad6687d74938230 + body: "" + footer: + Change-type: minor + change-type: minor + author: Thodoris Greasidis + nested: [] + - subject: "API/resources: Fix the html id for the device service env vars by + device UUID request" + hash: 3808d2267036d829c4e5d6537d8385d92d4d00fc + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 5.68.0 + title: "" + date: 2024-09-02T10:14:37.796Z - commits: - subject: "API/resources: Add docs on how to retrieve device service env vars by device UUID" diff --git a/CHANGELOG.md b/CHANGELOG.md index cfadf7a640..fe2d592a4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.68.0 - 2024-09-02 + +* API/resources: Retrieve the service name as part of the device service env var GET requests [Thodoris Greasidis] +* API/resources: Fix the html id for the device service env vars by device UUID request [Thodoris Greasidis] + ## 5.67.0 - 2024-09-02 * API/resources: Add docs on how to retrieve device service env vars by device UUID [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index 1b319e8df7..3fb391457a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.67.0", + "version": "5.68.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.67.0", + "version": "5.68.0", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 1e66520178..8471490201 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.67.0", + "version": "5.68.0", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-09-02T09:13:51.443Z" + "publishedAt": "2024-09-02T10:14:38.371Z" } }