Skip to content

Commit

Permalink
v19.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Nov 21, 2024
1 parent ad2aee6 commit 1d329b4
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
20 changes: 20 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
- commits:
- subject: Infer async task fn callback arguments typing from schema
hash: 377a7c25118b9853f23cc8fdd1a2bf3d093ad1b1
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
nested: []
version: 19.6.0
title: ""
date: 2024-11-21T22:47:59.119Z
- commits:
- subject: Run tests on UTC timezone
hash: ccf628b9716d281023b4bc88a6227c2f65cd6235
Expand Down Expand Up @@ -1905,6 +1917,7 @@




As balena-lint
rejects `new
Boolean()`, `new
Expand Down Expand Up @@ -1940,6 +1953,7 @@




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




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




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




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




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




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2391,6 +2410,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.6.0
## (2024-11-21)

* Infer async task fn callback arguments typing from schema [Otavio Jacobi]

# v19.5.5
## (2024-11-21)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.5.5
19.6.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.5.5",
"version": "19.6.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-11-21T07:57:53.252Z"
"publishedAt": "2024-11-21T22:48:00.043Z"
}
}

0 comments on commit 1d329b4

Please sign in to comment.