This commit is contained in:
flowzone-app[bot] 2023-11-15 11:02:24 +00:00 committed by GitHub
parent 4173cd82e6
commit e4624eda10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 4 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: "Docs: Automatically generate Capitano configuration"
hash: 4b5def0a8a632a9aed827319c1dcbe6ccf8efc32
body: ""
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.4.2
title: ""
date: 2023-11-15T11:02:20.523Z
- commits:
- subject: Bump shrinkwrap
hash: a816548bb5832ad907c02a0cb126cbd7d0ebddf5

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.2 - 2023-11-15
* Docs: Automatically generate Capitano configuration [Vipul Gupta (@vipulgupta2048)]
## 17.4.1 - 2023-11-13
* Bump shrinkwrap [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.4.1",
"version": "17.4.2",
"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-13T19:18:44.799Z"
"publishedAt": "2023-11-15T11:02:21.403Z"
}
}