diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 76b6d47df..8806bc126 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: "logs: Emit errors when initializing the SDK with debug: true" + hash: a9247d6ef2309504746a621877ee6e1df3eaaf7f + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 18.1.1 + title: "" + date: 2023-08-22T16:11:18.789Z - commits: - subject: Improve the auth.getActorId() tests hash: 2d574ac35a7a259cc85107808835c44d7ec88e71 diff --git a/CHANGELOG.md b/CHANGELOG.md index c74998d71..316775f7b 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/). +## 18.1.1 - 2023-08-22 + +* logs: Emit errors when initializing the SDK with debug: true [Thodoris Greasidis] + ## 18.1.0 - 2023-08-22 * Improve the auth.getActorId() tests [Thodoris Greasidis] diff --git a/package.json b/package.json index f43b66afc..f017bf703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "18.1.0", + "version": "18.1.1", "description": "The Balena JavaScript SDK", "main": "index.js", "types": "index.d.ts", @@ -138,6 +138,6 @@ "tslib": "^2.1.0" }, "versionist": { - "publishedAt": "2023-08-22T10:41:47.393Z" + "publishedAt": "2023-08-22T16:11:19.643Z" } }