diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6c7ef784e..d1fb8288b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "Typings: remove optionality from any property that is expanded" + hash: c0c68e15cd7176f414f62d792f6557325332a2c2 + body: | + By expanding them we are explicitly requesting them to be included + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 20.3.2 + title: "" + date: 2024-10-28T16:13:20.853Z - commits: - subject: Simplify the custom pinejs-client typings after the Concept type unification diff --git a/CHANGELOG.md b/CHANGELOG.md index cda543818..b85e9a7ab 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.3.2 - 2024-10-28 + +* Typings: remove optionality from any property that is expanded [Pagan Gazzard] + ## 20.3.1 - 2024-10-28 * Simplify the custom pinejs-client typings after the Concept type unification [Thodoris Greasidis] diff --git a/package.json b/package.json index 240a9198e..7d731817c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.3.1", + "version": "20.3.2", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-10-28T13:04:10.269Z" + "publishedAt": "2024-10-28T16:13:21.316Z" } }