This commit is contained in:
flowzone-app[bot] 2024-12-17 11:35:00 +00:00 committed by GitHub
parent 5d687f5a55
commit e5076434c6
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: Remove unnecessary `Promise.resolve` and `Promise.reject`
hash: e192767156ef7123be76fb838b8cf1a4d80aeb54
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 20.1.2
title: ""
date: 2024-12-17T11:34:55.264Z
- commits:
- subject: Update @balena/lint to v9.1.3
hash: c0e7ae9c915d147faab215226d2fd04c35c72176

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.2 - 2024-12-17
* Remove unnecessary `Promise.resolve` and `Promise.reject` [Pagan Gazzard]
## 20.1.1 - 2024-12-16
* Update @balena/lint to v9.1.3 [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "20.1.1",
"version": "20.1.2",
"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-16T17:36:40.510Z"
"publishedAt": "2024-12-17T11:34:56.167Z"
}
}