From e62c741e63fec46bae5c428c8eb36085318dcda5 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 16:05:07 +0000 Subject: [PATCH] v19.5.10 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ package.json | 4 ++-- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 992049386..a2e780858 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Drop the toWritable helper in favor of TypeScript's satisfies + hash: 4463a5c1afa9afed0189a40ddf0cdb6037bf7ba7 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 19.5.10 + title: "" + date: 2024-03-29T16:05:02.584Z - commits: - subject: "os: Update the comments on why we still need to be using the release_tags" diff --git a/CHANGELOG.md b/CHANGELOG.md index d99e08eb9..1bd002df2 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/). +## 19.5.10 - 2024-03-29 + +* Drop the toWritable helper in favor of TypeScript's satisfies [Thodoris Greasidis] + ## 19.5.9 - 2024-03-29 * os: Update the comments on why we still need to be using the release_tags [Thodoris Greasidis] diff --git a/package.json b/package.json index 6c2977d45..0e1694231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "19.5.9", + "version": "19.5.10", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2024-03-29T10:47:28.556Z" + "publishedAt": "2024-03-29T16:05:03.060Z" } }