diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 50e50b7eb..d016dc034 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn` + hash: 69efa33de1c9cb9ba0c5c219f3b4628840f98745 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 23.0.2 + title: "" + date: 2024-06-04T14:37:02.244Z - commits: - subject: Update balena/open-balena-base Docker tag to v18.0.1 hash: 956ca6d12ba84515faddaadfedf66a195eb176d0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 986f32431..087e6db56 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/). +## 23.0.2 - 2024-06-04 + +* Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn` [Pagan Gazzard] + ## 23.0.1 - 2024-05-29 diff --git a/package-lock.json b/package-lock.json index db9fe191e..60056d30f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "23.0.1", + "version": "23.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "23.0.1", + "version": "23.0.2", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.0.4", diff --git a/package.json b/package.json index 5a90e2c38..414a55844 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "23.0.1", + "version": "23.0.2", "license": "AGPL-3.0", "repository": { "type": "git", @@ -165,6 +165,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-05-29T23:07:18.383Z" + "publishedAt": "2024-06-04T14:37:03.090Z" } }