Skip to content

Commit

Permalink
v19.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 28, 2024
1 parent d26c6a9 commit 14dd554
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- commits:
- subject: Fix async tasks race condition for selecting task to be executed
hash: 97936ec9a2b3f5179a9088b6ae3fac14537ed378
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
- subject: Run async task tests with cluster mode
hash: 8f308c83cbf73125a0d825c28bfe520057ba3d8a
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 19.5.4
title: ""
date: 2024-10-28T15:58:17.248Z
- commits:
- subject: Run tests with node cluster mode
hash: 64fbd77b96f995b43ee37fe44c5ac569e5408f3a
Expand Down Expand Up @@ -1879,6 +1899,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -1912,6 +1933,7 @@




As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -1960,6 +1982,7 @@




Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -2078,6 +2101,7 @@




This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -2117,6 +2141,7 @@




It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -2157,6 +2182,7 @@




We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -2202,6 +2228,7 @@




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2358,6 +2385,7 @@




This also deprecates
the legacy use of
direct true/false
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

# v19.5.4
## (2024-10-28)

* Fix async tasks race condition for selecting task to be executed [Otavio Jacobi]
* Run async task tests with cluster mode [Otavio Jacobi]

# v19.5.3
## (2024-10-28)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.5.3
19.5.4
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balena/pinejs",
"version": "19.5.3",
"version": "19.5.4",
"main": "out/server-glue/module",
"type": "commonjs",
"repository": "[email protected]:balena-io/pinejs.git",
Expand Down Expand Up @@ -147,6 +147,6 @@
"recursive": true
},
"versionist": {
"publishedAt": "2024-10-28T14:10:30.211Z"
"publishedAt": "2024-10-28T15:58:18.334Z"
}
}

0 comments on commit 14dd554

Please sign in to comment.