Skip to content

Commit

Permalink
v20.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Dec 5, 2024
1 parent d62463c commit cfe90fd
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
- commits:
- subject: Update balena-request to 14.0.1 that no longer requires a zlib polyfill
on browser builds
hash: 386ea3ed54604fa0273a04c63bce58f1a77c30e7
body: |
Update balena-request from 14.0.0 to 14.0.1
footer:
Depends-on: https://github.com/balena-io-modules/balena-request/pull/189
depends-on: https://github.com/balena-io-modules/balena-request/pull/189
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested:
- commits:
- subject: Avoid requiring some node dependencies using the package.json browser
field
hash: 739b173c101e5a73c1423dd79e213d4da86117a4
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: balena-request-14.0.1
title: ""
date: 2024-12-05T18:43:12.772Z
version: 20.7.5
title: ""
date: 2024-12-05T20:19:15.931Z
- commits:
- subject: Add `provisioningKeyDescription` property to `ImgConfigOptions` typing
hash: bd96a5df9f56e6b5134953313a938077a369248a
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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/).

## 20.7.5 - 2024-12-05


<details>
<summary> Update balena-request to 14.0.1 that no longer requires a zlib polyfill on browser builds [Thodoris Greasidis] </summary>

> ### balena-request-14.0.1 - 2024-12-05
>
> * Avoid requiring some node dependencies using the package.json browser field [Thodoris Greasidis]
>
</details>

## 20.7.4 - 2024-12-05

* Add `provisioningKeyDescription` property to `ImgConfigOptions` typing [Pagan Gazzard]
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": "20.7.4",
"version": "20.7.5",
"description": "The Balena JavaScript SDK",
"type": "commonjs",
"main": "index.js",
Expand Down Expand Up @@ -139,6 +139,6 @@
"tslib": "^2.1.0"
},
"versionist": {
"publishedAt": "2024-12-05T19:34:53.274Z"
"publishedAt": "2024-12-05T20:19:17.168Z"
}
}

0 comments on commit cfe90fd

Please sign in to comment.