This commit is contained in:
flowzone-app[bot] 2023-11-17 15:39:24 +00:00 committed by GitHub
parent 90b65cd06b
commit 9f52ee8b21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Bump oclif-core to v3
hash: 72a924f00eabd13d3663e9cfa4d8feb11aa1aecd
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.4.3
title: ""
date: 2023-11-17T15:39:17.941Z
- commits:
- subject: "Docs: Automatically generate Capitano configuration"
hash: 4b5def0a8a632a9aed827319c1dcbe6ccf8efc32

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.4.3 - 2023-11-17
* Bump oclif-core to v3 [Otávio Jacobi]
## 17.4.2 - 2023-11-15
* Docs: Automatically generate Capitano configuration [Vipul Gupta (@vipulgupta2048)]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.4.2",
"version": "17.4.3",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.4.2",
"version": "17.4.3",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.4.2",
"version": "17.4.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-11-15T11:02:21.403Z"
"publishedAt": "2023-11-17T15:39:18.868Z"
}
}