Skip to content

Commit

Permalink
v25.1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Jul 9, 2024
1 parent 9e09c4e commit 872b88e
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 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: "logs: Refactor the heartbeat to use setInterval instead of setTimeout"
hash: 6f9c85c4e0004a68b731e5a17d9187baa7e521b9
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
- subject: "logs: Eagerly clear the heartbeat timeout when the request finishes"
hash: 40360a462e0529e1cab0c85db47cb4e3dd71fd86
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 25.1.29
title: ""
date: 2024-07-09T14:40:52.132Z
- commits:
- subject: Update balena/open-balena-base Docker tag to v18.0.5
hash: bcb34a715e4a33298bb7f7b72860f2d03335c551
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/).

## 25.1.29 - 2024-07-09

* logs: Refactor the heartbeat to use setInterval instead of setTimeout [Thodoris Greasidis]
* logs: Eagerly clear the heartbeat timeout when the request finishes [Thodoris Greasidis]

## 25.1.28 - 2024-07-08


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": "25.1.28",
"version": "25.1.29",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down Expand Up @@ -167,6 +167,6 @@
"loader": "ts-node/esm/transpile-only"
},
"versionist": {
"publishedAt": "2024-07-08T20:03:39.713Z"
"publishedAt": "2024-07-09T14:40:52.951Z"
}
}

0 comments on commit 872b88e

Please sign in to comment.