diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 108522206..2e6f89871 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Improve typings to specify the expected api version of a pinejs client + hash: d12018d1b6dd3880256a1020180dcd1d0032ce0b + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 24.0.1 + title: "" + date: 2024-06-06T15:43:40.341Z - commits: - subject: Update @balena/pinejs to 17.x hash: 713caf68af1147a9b3187ae700ccfd7ac7f7537b diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6562189..dd84c22d5 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/). +## 24.0.1 - 2024-06-06 + +* Improve typings to specify the expected api version of a pinejs client [Pagan Gazzard] + ## 24.0.0 - 2024-06-06 diff --git a/package-lock.json b/package-lock.json index d2aab3cd7..5593bc63a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@balena/open-balena-api", - "version": "24.0.0", + "version": "24.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@balena/open-balena-api", - "version": "24.0.0", + "version": "24.0.1", "license": "AGPL-3.0", "dependencies": { "@balena/abstract-sql-compiler": "^9.1.4", diff --git a/package.json b/package.json index 3f822d554..d1769d3a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@balena/open-balena-api", "description": "Internet of things, Made Simple", - "version": "24.0.0", + "version": "24.0.1", "license": "AGPL-3.0", "repository": { "type": "git", @@ -165,6 +165,6 @@ "loader": "ts-node/esm/transpile-only" }, "versionist": { - "publishedAt": "2024-06-06T15:00:32.750Z" + "publishedAt": "2024-06-06T15:43:41.148Z" } }