From cf106c1a4b1ce07536213faac6a92ad64b5c1f08 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 14:41:09 +0000 Subject: [PATCH] v6.1.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 c1fb074bd..9d3efb696 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "actions: Fix device's Restart Services action being Restart Fleet" + hash: a8a5d7be8f7a65be228b01c4b78890909e1afad6 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 6.1.1 + title: "" + date: 2024-11-06T14:41:03.850Z - commits: - subject: "API/resources: Add the device.shoud_be_running__release field & example use" diff --git a/CHANGELOG.md b/CHANGELOG.md index aaadc3b94..3120904ec 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.1.1 - 2024-11-06 + +* actions: Fix device's Restart Services action being Restart Fleet [Thodoris Greasidis] + ## 6.1.0 - 2024-10-24 * API/resources: Add the device.shoud_be_running__release field & example use [Thodoris Greasidis] diff --git a/package-lock.json b/package-lock.json index e0f80de05..355b355f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.1.0", + "version": "6.1.1", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index e4d22d482..d5a21482f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.1.0", + "version": "6.1.1", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-24T15:14:18.462Z" + "publishedAt": "2024-11-06T14:41:04.474Z" } }