mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 13:26:24 +00:00
v20.1.2
This commit is contained in:
parent
5d687f5a55
commit
e5076434c6
@ -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:
|
- commits:
|
||||||
- subject: Update @balena/lint to v9.1.3
|
- subject: Update @balena/lint to v9.1.3
|
||||||
hash: c0e7ae9c915d147faab215226d2fd04c35c72176
|
hash: c0e7ae9c915d147faab215226d2fd04c35c72176
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 20.1.1 - 2024-12-16
|
||||||
|
|
||||||
* Update @balena/lint to v9.1.3 [Otavio Jacobi]
|
* Update @balena/lint to v9.1.3 [Otavio Jacobi]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.1.1",
|
"version": "20.1.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.1.1",
|
"version": "20.1.2",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "20.1.1",
|
"version": "20.1.2",
|
||||||
"description": "The official balena Command Line Interface",
|
"description": "The official balena Command Line Interface",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
@ -274,6 +274,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-12-16T17:36:40.510Z"
|
"publishedAt": "2024-12-17T11:34:56.167Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user