diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c414bd861..6f09fd2a2 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: "test:fast: Run the tests ignoring any linting errors" + hash: 59811c2f19a2044b4a1a0d1068ba90ee1587f9a3 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: "tests: Re-enable the explicit error checks for non-tarball DWB requests" + hash: cb7c1a2d842e53255975a91457da00bd7070d8f7 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 19.3.2 + title: "" + date: 2023-12-08T15:49:54.842Z - commits: - subject: Update TypeScript to 5.3.2 hash: d66ee5c290df275e18bbdcf8bd5cf9475e6db768 diff --git a/CHANGELOG.md b/CHANGELOG.md index 93cf937c1..d649d95f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.2 - 2023-12-08 + +* test:fast: Run the tests ignoring any linting errors [Thodoris Greasidis] +* tests: Re-enable the explicit error checks for non-tarball DWB requests [Thodoris Greasidis] + ## 19.3.1 - 2023-11-30 * Update TypeScript to 5.3.2 [Thodoris Greasidis] diff --git a/package.json b/package.json index 8a10413d2..c664a2298 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "19.3.1", + "version": "19.3.2", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -140,6 +140,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-11-30T15:10:56.305Z" + "publishedAt": "2023-12-08T15:49:55.331Z" } }