diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 283f98910f..f4056397f2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "patch: Add GitHub container registry to registry-secrets docs" + hash: 37b2b190061e477b731c0779a4af4044025d3768 + body: "" + footer: + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 5.58.2 + title: "" + date: 2023-11-08T16:05:31.961Z - commits: - subject: "patch: Add balena build/deploy command reference" hash: 77d8f2525c57e18fbb0507efb423ca40455bd612 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6c19dc47..3b84bb509c 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](http://semver.org/). +## 5.58.2 - 2023-11-08 + +* patch: Add GitHub container registry to registry-secrets docs [Vipul Gupta (@vipulgupta2048)] + ## 5.58.1 - 2023-11-08 * patch: Add balena build/deploy command reference [Vipul Gupta] diff --git a/package-lock.json b/package-lock.json index 0b523cb7b7..762358dca8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "balena-docs", - "version": "5.58.1", + "version": "5.58.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "balena-docs", - "version": "5.58.1", + "version": "5.58.2", "license": "Apache-2.0", "dependencies": { "@balena/doxx": "^1.0.3", diff --git a/package.json b/package.json index 28a5e78805..acd8da5355 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-docs", "private": true, - "version": "5.58.1", + "version": "5.58.2", "engines": { "node": "^18.0.0" }, @@ -58,6 +58,6 @@ "wrangler": "^3.13.2" }, "versionist": { - "publishedAt": "2023-11-08T07:21:10.088Z" + "publishedAt": "2023-11-08T16:05:32.845Z" } }