This commit is contained in:
flowzone-app[bot] 2023-11-03 16:34:18 +00:00 committed by GitHub
parent f12249bc81
commit 9bf267166e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 24 additions and 4 deletions

View File

@ -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) <vipulgupta2048@gmail.com>
signed-off-by: Vipul Gupta (@vipulgupta2048) <vipulgupta2048@gmail.com>
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

View File

@ -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]

4
npm-shrinkwrap.json generated
View File

@ -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": {

View File

@ -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"
}
}