diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6373ebb09..19c39895c 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,18 @@ +- commits: + - subject: Mark expected floating promises with the `void` operator + hash: b818913e9e0165b40dc2d07f76eadeceac2521f3 + body: | + Update @balena/lint from 7.0.2 to 7.1.1 + footer: + Change-type: patch + change-type: patch + See: https://github.com/balena-io/pinejs/pull/682#discussion_r1308867996 + see: https://github.com/balena-io/pinejs/pull/682#discussion_r1308867996 + author: Thodoris Greasidis + nested: [] + version: 14.6.1 + title: "" + date: 2023-09-27T14:31:33.890Z - commits: - subject: Use general Redis auth when also using the general Redis host hash: 9d8252d80be726e69c533795a5ef19facbb76fa2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3db2b014f..2b9452216 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/). +## 14.6.1 - 2023-09-27 + +* Mark expected floating promises with the `void` operator [Thodoris Greasidis] + ## 14.6.0 - 2023-09-20 * Use general Redis auth when also using the general Redis host [Shaun Cooley] diff --git a/package-lock.json b/package-lock.json index 20aa15d8c..51692cbd9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "14.6.0", + "version": "14.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "14.6.0", + "version": "14.6.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.3", diff --git a/package.json b/package.json index f4a4d0e18..d8fd6d6ff 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "14.6.0", + "version": "14.6.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -153,6 +153,6 @@ "_": "index.js" }, "versionist": { - "publishedAt": "2023-09-20T13:27:50.560Z" + "publishedAt": "2023-09-27T14:31:34.818Z" } }