Skip to content

Commit

Permalink
v17.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Aug 9, 2023
1 parent 64e4619 commit 40faed4
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -138,6 +138,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2023-08-09T09:40:21.546Z"
"publishedAt": "2023-08-09T11:55:13.419Z"
}
}

0 comments on commit 40faed4

Please sign in to comment.