This commit is contained in:
flowzone-app[bot] 2024-09-02 13:21:58 +00:00 committed by GitHub
parent 52cb951e49
commit c2dbcaaaf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Bump @oclif/core from 3.27.0 to 4.0.18
hash: 2a357a438f896ffc4932eda90336944294237a8a
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 19.0.1
title: ""
date: 2024-09-02T13:21:54.739Z
- commits:
- subject: Update all references of lib to src
hash: 4760866c7782b2651c1c319ae1a757f0ab21f1b3

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/).
## 19.0.1 - 2024-09-02
* Bump @oclif/core from 3.27.0 to 4.0.18 [Otavio Jacobi]
## 19.0.0 - 2024-08-22
* Update all references of lib to src [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "19.0.0",
"version": "19.0.1",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
}
},
"versionist": {
"publishedAt": "2024-08-22T17:43:31.517Z"
"publishedAt": "2024-09-02T13:21:55.584Z"
}
}