From 8ead23ec8ad994970e7ade07b0d33fe33ecc56b5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:04:13 +0000 Subject: [PATCH] v20.3.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6f4c797f2..6c7ef784e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Simplify the custom pinejs-client typings after the Concept type + unification + hash: d5f61b0c58506f46aa728c326b0eeaeb7de285f5 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 20.3.1 + title: "" + date: 2024-10-28T13:04:09.729Z - commits: - subject: Add option for detached HUP on startOsUpdate hash: 8923df61f159f7a99cb430fa3e918f874bfee399 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6494db395..cda543818 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.1 - 2024-10-28 + +* Simplify the custom pinejs-client typings after the Concept type unification [Thodoris Greasidis] + ## 20.3.0 - 2024-10-25 * Add option for detached HUP on startOsUpdate [jaomaloy] diff --git a/package.json b/package.json index 0781986e4..240a9198e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "20.3.0", + "version": "20.3.1", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -139,6 +139,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-10-25T15:02:10.860Z" + "publishedAt": "2024-10-28T13:04:10.269Z" } }