This commit is contained in:
flowzone-app[bot] 2024-05-17 12:04:11 +00:00 committed by GitHub
parent 181f5a6a2f
commit 9c4d788d6d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'patch: fix outdated doc for "os configure"'
hash: 163dcf596e8e318570f5f1c27485b2b834c21214
body: |
There were an outdated warning for `os configure` on windows.
The command actually works fine on windows.
footer:
see: https://balena.zulipchat.com/#narrow/stream/403752-channel.2Fsupport-help/topic/Cytiva.20image.20downloads/near/438786503
author: Edwin Joassart
nested: []
version: 18.2.4
title: ""
date: 2024-05-17T12:04:06.637Z
- commits: - commits:
- subject: Pluralize command categories in docs - subject: Pluralize command categories in docs
hash: 233bc705dee0ec2e6efe4375deac1889d91f5718 hash: 233bc705dee0ec2e6efe4375deac1889d91f5718

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 18.2.4 - 2024-05-17
* patch: fix outdated doc for "os configure" [Edwin Joassart]
## 18.2.3 - 2024-05-15 ## 18.2.3 - 2024-05-15
* Pluralize command categories in docs [dfunckt] * Pluralize command categories in docs [dfunckt]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "18.2.3", "version": "18.2.4",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "18.2.3", "version": "18.2.4",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "18.2.3", "version": "18.2.4",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2024-05-15T13:32:50.378Z" "publishedAt": "2024-05-17T12:04:07.588Z"
} }
} }