From ed42985e800e5d50933ff47c4e4731966d65042f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:05:04 +0000 Subject: [PATCH] v6.2.5 --- .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 10454da87..25ded827c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Specify env_file attribute as unsupported + hash: 6d60400c0ffb10e1a469214cac4ac8bb1a2b21ae + body: "" + footer: + Change-type: patch + change-type: patch + Signed-off-by: Christina Ying Wang + signed-off-by: Christina Ying Wang + author: Christina Ying Wang + nested: [] + version: 6.2.5 + title: "" + date: 2024-11-30T00:05:00.993Z - commits: - subject: "patch: Decrease docs build duration" hash: 7eab597c0fe2d92812c81c91008fa7ac995e8972 diff --git a/CHANGELOG.md b/CHANGELOG.md index dd2254c5c..60f5106ce 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.2.5 - 2024-11-30 + +* Specify env_file attribute as unsupported [Christina Ying Wang] + ## 6.2.4 - 2024-11-22 * patch: Decrease docs build duration [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index fb52e816d..ba44b3a4f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "6.2.4", + "version": "6.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "6.2.4", + "version": "6.2.5", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 4567d1096..74c8b13a1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "6.2.4", + "version": "6.2.5", "engines": { "node": "^18.0.0" }, @@ -59,6 +59,6 @@ "wrangler": "^3.88.0" }, "versionist": { - "publishedAt": "2024-11-22T11:22:15.816Z" + "publishedAt": "2024-11-30T00:05:01.552Z" } }