Skip to content

Commit 61ac49a

Browse files
v19.4.0
1 parent 983e7b3 commit 61ac49a

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

.versionbot/CHANGELOG.yml

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- commits:
2+
- subject: Expose `checkApiKey` to allow resolving an api key string
3+
hash: 28be0bbd4d3b1c7e5bc13b3ee8daeac1787cb816
4+
body: |
5+
This allows for custom api key handlers that don't rely on
6+
`resolveAuthHeader` or `resolveApiKey`
7+
footer:
8+
Change-type: minor
9+
change-type: minor
10+
author: Pagan Gazzard
11+
nested: []
12+
version: 19.4.0
13+
title: ""
14+
date: 2024-10-18T15:42:32.007Z
115
- commits:
216
- subject: Allow changing pine's DEBUG mode on runtime when env.DEPLOYMENT=TEST
317
hash: 6b7781dc03c946faa1095def2bc44dcad588bce9
@@ -1667,6 +1681,7 @@
16671681

16681682

16691683

1684+
16701685
As balena-lint
16711686
rejects `new
16721687
Boolean()`, `new
@@ -1691,6 +1706,7 @@
16911706

16921707

16931708

1709+
16941710
As engine and npm is
16951711
now required as part
16961712
of package.json we
@@ -1730,6 +1746,7 @@
17301746

17311747

17321748

1749+
17331750
Ensure that the
17341751
input passed in for
17351752
JSON types is either
@@ -1839,6 +1856,7 @@
18391856

18401857

18411858

1859+
18421860
This also deprecates
18431861
the legacy version
18441862
footer:
@@ -1869,6 +1887,7 @@
18691887

18701888

18711889

1890+
18721891
It can in fact be a
18731892
lot of different
18741893
things and that is
@@ -1900,6 +1919,7 @@
19001919

19011920

19021921

1922+
19031923
We know what type
19041924
they return and they
19051925
should be explicitly
@@ -1936,6 +1956,7 @@
19361956

19371957

19381958

1959+
19391960
Update
19401961
@balena/sbvr-types
19411962
from 3.4.18 to 3.5.0
@@ -2083,6 +2104,7 @@
20832104

20842105

20852106

2107+
20862108
This also deprecates
20872109
the legacy use of
20882110
direct true/false

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+
# v19.4.0
8+
## (2024-10-18)
9+
10+
* Expose `checkApiKey` to allow resolving an api key string [Pagan Gazzard]
11+
712
# v19.3.0
813
## (2024-10-18)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.3.0
1+
19.4.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "19.3.0",
3+
"version": "19.4.0",
44
"main": "out/server-glue/module",
55
"type": "commonjs",
66
"repository": "[email protected]:balena-io/pinejs.git",
@@ -147,6 +147,6 @@
147147
"recursive": true
148148
},
149149
"versionist": {
150-
"publishedAt": "2024-10-18T08:13:35.393Z"
150+
"publishedAt": "2024-10-18T15:42:32.922Z"
151151
}
152152
}

0 commit comments

Comments
 (0)