From 40faed41adcf5a61bece714d0a4044487fe97983 Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 11:55:15 +0000 Subject: [PATCH] v17.12.1 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 5 +++++ package.json | 4 ++-- 3 files changed, 27 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c494e5478..85930811f 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,23 @@ +- commits: + - subject: Fix pointing browser es2018 settings-client to the es2015 one + hash: 2d9cca251388643d428704975b406cb9cf0528da + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + - subject: Point browser bundlers to the appropriate handlebars entrypoint + hash: dfc6785549bc7b519476cc08f54a388aeb1c58f7 + body: "" + footer: + Change-type: patch + change-type: patch + author: Thodoris Greasidis + nested: [] + version: 17.12.1 + title: "" + date: 2023-08-09T11:55:12.626Z - commits: - subject: "tests: Reduce the polyfills used in webpack" hash: 361957f52c1bf7b5d770eb8098cfc03fbeedbaa1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 608829da3..efd04b101 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/). +## 17.12.1 - 2023-08-09 + +* Fix pointing browser es2018 settings-client to the es2015 one [Thodoris Greasidis] +* Point browser bundlers to the appropriate handlebars entrypoint [Thodoris Greasidis] + ## 17.12.0 - 2023-08-09 * tests: Reduce the polyfills used in webpack [Thodoris Greasidis] diff --git a/package.json b/package.json index 5aafed065..70c5821de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-sdk", - "version": "17.12.0", + "version": "17.12.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-09T09:40:21.546Z" + "publishedAt": "2023-08-09T11:55:13.419Z" } }