Skip to content

Commit

Permalink
v19.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 18, 2024
1 parent 983e7b3 commit 61ac49a
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 3 deletions.
22 changes: 22 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
- commits:
- subject: Expose `checkApiKey` to allow resolving an api key string
hash: 28be0bbd4d3b1c7e5bc13b3ee8daeac1787cb816
body: |
This allows for custom api key handlers that don't rely on
`resolveAuthHeader` or `resolveApiKey`
footer:
Change-type: minor
change-type: minor
author: Pagan Gazzard
nested: []
version: 19.4.0
title: ""
date: 2024-10-18T15:42:32.007Z
- commits:
- subject: Allow changing pine's DEBUG mode on runtime when env.DEPLOYMENT=TEST
hash: 6b7781dc03c946faa1095def2bc44dcad588bce9
Expand Down Expand Up @@ -1667,6 +1681,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -1691,6 +1706,7 @@




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




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




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




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




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




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




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

* Expose `checkApiKey` to allow resolving an api key string [Pagan Gazzard]

# v19.3.0
## (2024-10-18)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.3.0
19.4.0
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.3.0",
"version": "19.4.0",
"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-18T08:13:35.393Z"
"publishedAt": "2024-10-18T15:42:32.922Z"
}
}

0 comments on commit 61ac49a

Please sign in to comment.