This commit is contained in:
flowzone-app[bot] 2024-12-20 14:33:05 +00:00 committed by GitHub
parent 5e7479f60e
commit 0ffa0f85a2
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: Update oclif to 4.17.0 and @oclif/core 4.1.0
hash: 07365c45f2d9a46094faa60d62395c4ba139c9f6
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 20.1.3
title: ""
date: 2024-12-20T14:32:59.953Z
- commits:
- subject: Remove unnecessary `Promise.resolve` and `Promise.reject`
hash: e192767156ef7123be76fb838b8cf1a4d80aeb54

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/).
## 20.1.3 - 2024-12-20
* Update oclif to 4.17.0 and @oclif/core 4.1.0 [Otavio Jacobi]
## 20.1.2 - 2024-12-17
* Remove unnecessary `Promise.resolve` and `Promise.reject` [Pagan Gazzard]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.1.2",
"version": "20.1.3",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -274,6 +274,6 @@
}
},
"versionist": {
"publishedAt": "2024-12-17T11:34:56.167Z"
"publishedAt": "2024-12-20T14:33:00.865Z"
}
}