Skip to content

Commit

Permalink
v19.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 6, 2023
1 parent d0c704f commit e220432
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
12 changes: 12 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Add the retryRateLimitedRequests sdk option for retrying after HTTP 429s
hash: 25e83b67f6f7c3f20982c97d4e561dd81c37a672
body: ""
footer:
Change-type: minor
change-type: minor
author: Thodoris Greasidis
nested: []
version: 19.1.0
title: ""
date: 2023-11-06T13:49:10.660Z
- commits:
- subject: Fix test workflow to run on node 18
hash: 2a7b7c475e3c2f50ebda9331d07fa060d331c37c
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## 19.1.0 - 2023-11-06

* Add the retryRateLimitedRequests sdk option for retrying after HTTP 429s [Thodoris Greasidis]

## 19.0.1 - 2023-10-19

* Fix test workflow to run on node 18 [Otávio Jacobi]
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": "19.0.1",
"version": "19.1.0",
"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-10-19T12:34:57.093Z"
"publishedAt": "2023-11-06T13:49:11.339Z"
}
}

0 comments on commit e220432

Please sign in to comment.