diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7a3cebcbae..4c419e7b12 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: "patch: add tested modem disclaimer" + hash: 3c72cc65d9c1fa8644e93b727762c15e2bffb599 + body: "" + footer: {} + author: rmorillo24 + nested: [] + version: 5.70.2 + title: "" + date: 2024-10-11T08:58:00.101Z - commits: - subject: "patch: Ensure which jq is used in base-images script" hash: 052ff4da2543b38b6c36a942bbd8b5cd907cf081 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ea5803fc6..f37bf7ff35 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/). +## 5.70.2 - 2024-10-11 + +* patch: add tested modem disclaimer [rmorillo24] + ## 5.70.1 - 2024-10-11 * patch: Ensure which jq is used in base-images script [Vipul Gupta (@vipulgupta2048)] diff --git a/package-lock.json b/package-lock.json index 9020fba328..b130f8e68b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.70.1", + "version": "5.70.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.70.1", + "version": "5.70.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index ca7e1634b8..83b392a672 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.70.1", + "version": "5.70.2", "engines": { "node": "^18.0.0" }, @@ -60,6 +60,6 @@ "wrangler": "^3.62.0" }, "versionist": { - "publishedAt": "2024-10-11T06:13:02.775Z" + "publishedAt": "2024-10-11T08:58:00.628Z" } }