Skip to content

Commit

Permalink
v19.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 24, 2024
1 parent 7ed25f6 commit 64a48da
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: Linting fixes
hash: 709e32ba4b581f059500365f77667f8ee887e569
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 19.4.4
title: ""
date: 2024-10-24T14:33:42.814Z
- commits:
- subject: Avoid starting more async task workers if it is already running
hash: 2bcb311d0680a2010061ce923edf6f7d6616e06a
Expand Down Expand Up @@ -1788,6 +1800,7 @@




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




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




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




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




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




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




Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2232,6 +2251,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.4
## (2024-10-24)

* Linting fixes [Pagan Gazzard]

# v19.4.3
## (2024-10-23)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.4.3
19.4.4
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.4.3",
"version": "19.4.4",
"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-23T14:22:25.294Z"
"publishedAt": "2024-10-24T14:33:43.686Z"
}
}

0 comments on commit 64a48da

Please sign in to comment.