diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 451cc64f81..e01f60ddf4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,19 @@ +- commits: + - subject: Generate docs for recently supported commands + hash: 9ef4117fb85c0d488982857223c11807e2df6745 + body: > + Added documentation for `balena fleet pin` and other recently supported + commands + footer: + Change-type: patch + change-type: patch + Signed-off-by: Vipul Gupta (@vipulgupta2048) + signed-off-by: Vipul Gupta (@vipulgupta2048) + author: Vipul Gupta (@vipulgupta2048) + nested: [] + version: 17.2.3 + title: "" + date: 2023-11-03T16:34:11.329Z - commits: - subject: Bump balena-lint to 7.2.1 hash: 7d13946c3ec4edd27318544d937003a21290ad61 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f30828248..ed04177992 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/). +## 17.2.3 - 2023-11-03 + +* Generate docs for recently supported commands [Vipul Gupta (@vipulgupta2048)] + ## 17.2.2 - 2023-10-30 * Bump balena-lint to 7.2.1 [myarmolinsky] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a5a4793bfd..7b88eea105 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,12 +1,12 @@ { "name": "balena-cli", - "version": "17.2.2", + "version": "17.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "balena-cli", - "version": "17.2.2", + "version": "17.2.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index 9b34f94418..ca498be779 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "17.2.2", + "version": "17.2.3", "description": "The official balena Command Line Interface", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli", @@ -282,6 +282,6 @@ "windosu": "^0.3.0" }, "versionist": { - "publishedAt": "2023-10-30T12:25:13.261Z" + "publishedAt": "2023-11-03T16:34:12.494Z" } }