From 64896c00e9116d07b342994a916cf8e9dede54b7 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 19:10:17 +0000 Subject: [PATCH] v6.4.2 --- .versionbot/CHANGELOG.yml | 14 ++++++++++++++ CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 4 ++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 56e9c8100e..614555c546 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: "i2c-and-spi: Make power modes more clear" + hash: 3e2416f0cbb321bd0d46c3b35b6274abf3c061fa + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Alexandru Costache + signed-off-by: Alexandru Costache + author: Alexandru + nested: [] + version: 6.4.2 + title: "" + date: 2024-12-27T19:10:14.320Z - commits: - subject: "patch: Update create-issue-from-file action to v5" hash: 8679eab567bc3444c614cbbda3fbfd61f0776233 diff --git a/CHANGELOG.md b/CHANGELOG.md index 33322ef010..e250270d9e 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.4.2 - 2024-12-27 + +* i2c-and-spi: Make power modes more clear [Alexandru] + ## 6.4.1 - 2024-12-23 * patch: Update create-issue-from-file action to v5 [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index bd98379a7a..bc78c563fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.4.1", + "version": "6.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.4.1", + "version": "6.4.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 60fb5582f8..61efae3093 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.4.1", + "version": "6.4.2", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-12-23T22:11:05.241Z" + "publishedAt": "2024-12-27T19:10:14.859Z" } }