diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a866cbb4..39cfe1d2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index d3110ca3..fa9c1d6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a9d508fa..0e587bf8 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -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": { diff --git a/package.json b/package.json index e7414b8d..24e5ee03 100644 --- a/package.json +++ b/package.json @@ -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" } }