This commit is contained in:
flowzone-app[bot] 2024-07-11 10:54:49 +00:00 committed by GitHub
parent e64a09d2f4
commit 97abc5cf1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 29 additions and 4 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Fix complete generation intermitency
hash: b1073ca5499193da1aa320f0fd3e1992af09a85e
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Bump oclif to v4
hash: e659e3577a4af3a14ee20344cb0fed35a683c531
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.2.25
title: ""
date: 2024-07-11T10:54:45.851Z
- commits:
- subject: Update mocha from 8.4.0 to 10.6.0
hash: 19a60bb0ab1298fd09f557ed6c744aff3093f7c4

View File

@ -4,6 +4,11 @@ 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/).
## 18.2.25 - 2024-07-11
* Fix complete generation intermitency [Otavio Jacobi]
* Bump oclif to v4 [Otavio Jacobi]
## 18.2.24 - 2024-07-10
* Update mocha from 8.4.0 to 10.6.0 [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "18.2.24",
"version": "18.2.25",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
}
},
"versionist": {
"publishedAt": "2024-07-10T22:06:16.221Z"
"publishedAt": "2024-07-11T10:54:46.805Z"
}
}