Skip to content

Commit

Permalink
v31.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 1, 2024
1 parent 904e725 commit 822ebc7
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 4 deletions.
49 changes: 49 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Avoid false positive unhandled errors in `throttledForEach`
hash: 7b7ea8bd93d7995f70ed7317c3a7309e03caa59a
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
- subject: Do not add a delay after the final item in `throttledForEach`
hash: 4d7c0ec50ef6dc9981effb023a6c3d7eb3f048d2
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 31.0.1
title: ""
date: 2024-11-01T14:33:51.402Z
- commits:
- subject: Use loki http api for fetching historical logs
hash: 4bc898ab85a4e730c2fec5eae91ad6d9f5c24d73
Expand Down Expand Up @@ -1452,6 +1472,7 @@






Update
Expand Down Expand Up @@ -1501,6 +1522,7 @@






The internal and
Expand Down Expand Up @@ -1566,6 +1588,7 @@






Update
Expand Down Expand Up @@ -2060,6 +2083,7 @@






- Update
Expand Down Expand Up @@ -2585,6 +2609,7 @@






Update
Expand Down Expand Up @@ -2666,6 +2691,7 @@






As balena-lint
Expand Down Expand Up @@ -2722,6 +2748,7 @@






As engine and npm is
Expand Down Expand Up @@ -2793,6 +2820,7 @@






Ensure that the
Expand Down Expand Up @@ -2890,6 +2918,7 @@






Update
Expand Down Expand Up @@ -2952,6 +2981,7 @@






Update
Expand Down Expand Up @@ -3004,6 +3034,7 @@






This also deprecates
Expand Down Expand Up @@ -3066,6 +3097,7 @@






It can in fact be a
Expand Down Expand Up @@ -3129,6 +3161,7 @@






We know what type
Expand Down Expand Up @@ -3197,6 +3230,7 @@






Update
Expand Down Expand Up @@ -3376,6 +3410,7 @@






This also deprecates
Expand Down Expand Up @@ -3611,6 +3646,7 @@






As balena-lint
Expand Down Expand Up @@ -3666,6 +3702,7 @@






As engine and npm is
Expand Down Expand Up @@ -3736,6 +3773,7 @@






Ensure that the
Expand Down Expand Up @@ -3866,6 +3904,7 @@






As balena-lint
Expand Down Expand Up @@ -3921,6 +3960,7 @@






As engine and npm is
Expand Down Expand Up @@ -3991,6 +4031,7 @@






Ensure that the
Expand Down Expand Up @@ -6142,6 +6183,7 @@






As balena-lint
Expand Down Expand Up @@ -6197,6 +6239,7 @@






As engine and npm is
Expand Down Expand Up @@ -6267,6 +6310,7 @@






Ensure that the
Expand Down Expand Up @@ -6407,6 +6451,7 @@






This also deprecates
Expand Down Expand Up @@ -6468,6 +6513,7 @@






It can in fact be a
Expand Down Expand Up @@ -6530,6 +6576,7 @@






We know what type
Expand Down Expand Up @@ -6597,6 +6644,7 @@






Update
Expand Down Expand Up @@ -6775,6 +6823,7 @@






This also deprecates
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/).

## 31.0.1 - 2024-11-01

* Avoid false positive unhandled errors in `throttledForEach` [Pagan Gazzard]
* Do not add a delay after the final item in `throttledForEach` [Pagan Gazzard]

## 31.0.0 - 2024-10-31

* Use loki http api for fetching historical logs [Pagan Gazzard]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@balena/open-balena-api",
"description": "Internet of things, Made Simple",
"version": "31.0.0",
"version": "31.0.1",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,6 +167,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-10-31T16:55:37.037Z"
"publishedAt": "2024-11-01T14:33:52.444Z"
}
}

0 comments on commit 822ebc7

Please sign in to comment.