Skip to content

Commit 685287b

Browse files
v20.0.10
1 parent 57a081b commit 685287b

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: Fix some linting issues
3+
hash: 9e15788b2a6c0b3e353ab13f25a46dc6c3167fe4
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Pagan Gazzard
9+
nested: []
10+
version: 20.0.10
11+
title: ""
12+
date: 2025-03-21T17:30:02.249Z
113
- commits:
214
- subject: Update dependencies
315
hash: 78d8cc5744e904762f52eb2fc893773da79296a2
@@ -1901,6 +1913,7 @@
19011913

19021914

19031915

1916+
19041917
As balena-lint
19051918
rejects `new
19061919
Boolean()`, `new
@@ -1928,6 +1941,7 @@
19281941

19291942

19301943

1944+
19311945
As engine and npm is
19321946
now required as part
19331947
of package.json we
@@ -1970,6 +1984,7 @@
19701984

19711985

19721986

1987+
19731988
Ensure that the
19741989
input passed in for
19751990
JSON types is either
@@ -2075,6 +2090,7 @@
20752090

20762091

20772092

2093+
20782094
This also deprecates
20792095
the legacy version
20802096
footer:
@@ -2108,6 +2124,7 @@
21082124

21092125

21102126

2127+
21112128
It can in fact be a
21122129
lot of different
21132130
things and that is
@@ -2142,6 +2159,7 @@
21422159

21432160

21442161

2162+
21452163
We know what type
21462164
they return and they
21472165
should be explicitly
@@ -2181,6 +2199,7 @@
21812199

21822200

21832201

2202+
21842203
Update
21852204
@balena/sbvr-types
21862205
from 3.4.18 to 3.5.0
@@ -2331,6 +2350,7 @@
23312350

23322351

23332352

2353+
23342354
This also deprecates
23352355
the legacy use of
23362356
direct true/false
@@ -5452,6 +5472,7 @@
54525472

54535473

54545474

5475+
54555476

54565477

54575478
As balena-lint
@@ -5507,6 +5528,7 @@
55075528

55085529

55095530

5531+
55105532

55115533

55125534
As engine and npm is
@@ -5577,6 +5599,7 @@
55775599

55785600

55795601

5602+
55805603

55815604

55825605
Ensure that the
@@ -5710,6 +5733,7 @@
57105733

57115734

57125735

5736+
57135737

57145738

57155739
This also deprecates
@@ -5771,6 +5795,7 @@
57715795

57725796

57735797

5798+
57745799

57755800

57765801
It can in fact be a
@@ -5833,6 +5858,7 @@
58335858

58345859

58355860

5861+
58365862

58375863

58385864
We know what type
@@ -5900,6 +5926,7 @@
59005926

59015927

59025928

5929+
59035930

59045931

59055932
Update
@@ -6078,6 +6105,7 @@
60786105

60796106

60806107

6108+
60816109

60826110

60836111
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.10
8+
## (2025-03-21)
9+
10+
* Fix some linting issues [Pagan Gazzard]
11+
712
# v20.0.9
813
## (2025-03-21)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.0.9
1+
20.0.10

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.9",
3+
"version": "20.0.10",
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-21T16:12:42.393Z"
151+
"publishedAt": "2025-03-21T17:30:03.298Z"
152152
}
153153
}

0 commit comments

Comments
 (0)