Skip to content

Commit a809276

Browse files
v20.0.12
1 parent 02f3bde commit a809276

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: Update cron-parser to v5
3+
hash: 44721754b32264e048f2b5aa695ca18224a17fb9
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: joshbwlng
9+
nested: []
10+
version: 20.0.12
11+
title: ""
12+
date: 2025-03-24T09:16:04.798Z
113
- commits:
214
- subject: "Tests: use faster config for postgres"
315
hash: bd764d463a99e9b05082de3c96365ba3d7d03ca6
@@ -1930,6 +1942,7 @@
19301942

19311943

19321944

1945+
19331946
As balena-lint
19341947
rejects `new
19351948
Boolean()`, `new
@@ -1959,6 +1972,7 @@
19591972

19601973

19611974

1975+
19621976
As engine and npm is
19631977
now required as part
19641978
of package.json we
@@ -2003,6 +2017,7 @@
20032017

20042018

20052019

2020+
20062021
Ensure that the
20072022
input passed in for
20082023
JSON types is either
@@ -2110,6 +2125,7 @@
21102125

21112126

21122127

2128+
21132129
This also deprecates
21142130
the legacy version
21152131
footer:
@@ -2145,6 +2161,7 @@
21452161

21462162

21472163

2164+
21482165
It can in fact be a
21492166
lot of different
21502167
things and that is
@@ -2181,6 +2198,7 @@
21812198

21822199

21832200

2201+
21842202
We know what type
21852203
they return and they
21862204
should be explicitly
@@ -2222,6 +2240,7 @@
22222240

22232241

22242242

2243+
22252244
Update
22262245
@balena/sbvr-types
22272246
from 3.4.18 to 3.5.0
@@ -2374,6 +2393,7 @@
23742393

23752394

23762395

2396+
23772397
This also deprecates
23782398
the legacy use of
23792399
direct true/false
@@ -5497,6 +5517,7 @@
54975517

54985518

54995519

5520+
55005521

55015522

55025523
As balena-lint
@@ -5554,6 +5575,7 @@
55545575

55555576

55565577

5578+
55575579

55585580

55595581
As engine and npm is
@@ -5626,6 +5648,7 @@
56265648

56275649

56285650

5651+
56295652

56305653

56315654
Ensure that the
@@ -5761,6 +5784,7 @@
57615784

57625785

57635786

5787+
57645788

57655789

57665790
This also deprecates
@@ -5824,6 +5848,7 @@
58245848

58255849

58265850

5851+
58275852

58285853

58295854
It can in fact be a
@@ -5888,6 +5913,7 @@
58885913

58895914

58905915

5916+
58915917

58925918

58935919
We know what type
@@ -5957,6 +5983,7 @@
59575983

59585984

59595985

5986+
59605987

59615988

59625989
Update
@@ -6137,6 +6164,7 @@
61376164

61386165

61396166

6167+
61406168

61416169

61426170
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.12
8+
## (2025-03-24)
9+
10+
* Update cron-parser to v5 [joshbwlng]
11+
712
# v20.0.11
813
## (2025-03-21)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.0.11
1+
20.0.12

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.11",
3+
"version": "20.0.12",
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-03-21T23:48:30.910Z"
151+
"publishedAt": "2025-03-24T09:16:05.825Z"
152152
}
153153
}

0 commit comments

Comments
 (0)