Skip to content

Commit 4b43217

Browse files
v20.0.8
1 parent 6adaac6 commit 4b43217

File tree

4 files changed

+36
-3
lines changed

4 files changed

+36
-3
lines changed

.versionbot/CHANGELOG.yml

+28
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: "Tasks: add a 100ms retry delay after a failed poll"
3+
hash: 908e687c9d9e315ef3a9a649ffcd3c3abf3336f4
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
nested: []
10+
version: 20.0.8
11+
title: ""
12+
date: 2025-03-07T18:06:36.151Z
113
- commits:
214
- subject: Free up migration related memory after the models get executed
315
hash: 6dde0e76a1bc1b70b1d212fb76b2222e72742fed
@@ -1667,6 +1679,7 @@
16671679

16681680

16691681

1682+
16701683
As balena-lint
16711684
rejects `new
16721685
Boolean()`, `new
@@ -1692,6 +1705,7 @@
16921705

16931706

16941707

1708+
16951709
As engine and npm is
16961710
now required as part
16971711
of package.json we
@@ -1732,6 +1746,7 @@
17321746

17331747

17341748

1749+
17351750
Ensure that the
17361751
input passed in for
17371752
JSON types is either
@@ -1835,6 +1850,7 @@
18351850

18361851

18371852

1853+
18381854
This also deprecates
18391855
the legacy version
18401856
footer:
@@ -1866,6 +1882,7 @@
18661882

18671883

18681884

1885+
18691886
It can in fact be a
18701887
lot of different
18711888
things and that is
@@ -1898,6 +1915,7 @@
18981915

18991916

19001917

1918+
19011919
We know what type
19021920
they return and they
19031921
should be explicitly
@@ -1935,6 +1953,7 @@
19351953

19361954

19371955

1956+
19381957
Update
19391958
@balena/sbvr-types
19401959
from 3.4.18 to 3.5.0
@@ -2083,6 +2102,7 @@
20832102

20842103

20852104

2105+
20862106
This also deprecates
20872107
the legacy use of
20882108
direct true/false
@@ -5202,6 +5222,7 @@
52025222

52035223

52045224

5225+
52055226

52065227

52075228
As balena-lint
@@ -5255,6 +5276,7 @@
52555276

52565277

52575278

5279+
52585280

52595281

52605282
As engine and npm is
@@ -5323,6 +5345,7 @@
53235345

53245346

53255347

5348+
53265349

53275350

53285351
Ensure that the
@@ -5454,6 +5477,7 @@
54545477

54555478

54565479

5480+
54575481

54585482

54595483
This also deprecates
@@ -5513,6 +5537,7 @@
55135537

55145538

55155539

5540+
55165541

55175542

55185543
It can in fact be a
@@ -5573,6 +5598,7 @@
55735598

55745599

55755600

5601+
55765602

55775603

55785604
We know what type
@@ -5638,6 +5664,7 @@
56385664

56395665

56405666

5667+
56415668

56425669

56435670
Update
@@ -5814,6 +5841,7 @@
58145841

58155842

58165843

5844+
58175845

58185846

58195847
This also deprecates

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v20.0.8
8+
## (2025-03-07)
9+
10+
* Tasks: add a 100ms retry delay after a failed poll [Pagan Gazzard]
11+
712
# v20.0.7
813
## (2025-02-20)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.0.7
1+
20.0.8

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "20.0.7",
3+
"version": "20.0.8",
44
"main": "out/server-glue/module.js",
55
"type": "module",
66
"repository": "[email protected]:balena-io/pinejs.git",
@@ -148,6 +148,6 @@
148148
"recursive": true
149149
},
150150
"versionist": {
151-
"publishedAt": "2025-02-20T10:39:42.673Z"
151+
"publishedAt": "2025-03-07T18:06:37.186Z"
152152
}
153153
}

0 commit comments

Comments
 (0)