diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index adf1018c7..541d2692b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "Typings: mark all `ReverseNavigationResource` as optional as they are + when not expanded" + hash: df9a18985a020b8fd766640edc47015f89336dfa + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 20.3.5 + title: "" + date: 2024-11-01T14:41:57.799Z - commits: - subject: "tests: Use @balena/env-parsing" hash: 7ad05ea4a0ef09828eccd1148f8056f6e7ef3b19 diff --git a/CHANGELOG.md b/CHANGELOG.md index 40649ab67..dc45ee16d 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.5 - 2024-11-01 + +* Typings: mark all `ReverseNavigationResource` as optional as they are when not expanded [Pagan Gazzard] + ## 20.3.4 - 2024-10-31 * tests: Use @balena/env-parsing [Thodoris Greasidis] diff --git a/package.json b/package.json index 6990ddf24..3a2d70886 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.3.4", + "version": "20.3.5", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-10-31T20:44:32.232Z" + "publishedAt": "2024-11-01T14:41:58.312Z" } }