From 45ff6921f2e62f6aba4eb18930ae82165899f9b8 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 12:02:26 +0000 Subject: [PATCH] v19.3.3 --- .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 6f09fd2a2..136bbc05b 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: "types/Device: Deprecate the non-existent state & status_sort_index + properties" + hash: 7013d15352906ae815f5cd630086222f5c9853df + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 19.3.3 + title: "" + date: 2023-12-15T12:02:22.609Z - commits: - subject: "test:fast: Run the tests ignoring any linting errors" hash: 59811c2f19a2044b4a1a0d1068ba90ee1587f9a3 diff --git a/CHANGELOG.md b/CHANGELOG.md index d649d95f8..9eb8b5e70 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.3.3 - 2023-12-15 + +* types/Device: Deprecate the non-existent state & status_sort_index properties [Thodoris Greasidis] + ## 19.3.2 - 2023-12-08 * test:fast: Run the tests ignoring any linting errors [Thodoris Greasidis] diff --git a/package.json b/package.json index c664a2298..faa165831 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "19.3.2", + "version": "19.3.3", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-12-08T15:49:55.331Z" + "publishedAt": "2023-12-15T12:02:23.108Z" } }