Skip to content

Commit

Permalink
v19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] authored Oct 17, 2024
1 parent 02d9c6f commit 78613a2
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: Add tasks worker `stop` method
hash: f9a85d7b6325c1d29750acb35a8eceb3861e9d3d
body: ""
footer:
Change-type: minor
change-type: minor
author: Otavio Jacobi
nested: []
version: 19.2.0
title: ""
date: 2024-10-17T14:55:26.651Z
- commits:
- subject: Add getAuthCompiler for building permissions
hash: b1f5bf70c598872417ff46c160c9efcb11f24828
Expand Down Expand Up @@ -1638,6 +1650,7 @@
body: >



As balena-lint
rejects `new
Boolean()`, `new
Expand All @@ -1660,6 +1673,7 @@
body: >



As engine and npm is
now required as part
of package.json we
Expand Down Expand Up @@ -1697,6 +1711,7 @@
body: >



Ensure that the
input passed in for
JSON types is either
Expand Down Expand Up @@ -1804,6 +1819,7 @@
body: >



This also deprecates
the legacy version
footer:
Expand Down Expand Up @@ -1832,6 +1848,7 @@
body: >



It can in fact be a
lot of different
things and that is
Expand Down Expand Up @@ -1861,6 +1878,7 @@
body: >



We know what type
they return and they
should be explicitly
Expand Down Expand Up @@ -1895,6 +1913,7 @@
body: >



Update
@balena/sbvr-types
from 3.4.18 to 3.5.0
Expand Down Expand Up @@ -2040,6 +2059,7 @@
body: >



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.2.0
## (2024-10-17)

* Add tasks worker `stop` method [Otavio Jacobi]

# v19.1.0
## (2024-10-17)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.1.0
19.2.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.1.0",
"version": "19.2.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-17T14:32:28.781Z"
"publishedAt": "2024-10-17T14:55:27.756Z"
}
}

0 comments on commit 78613a2

Please sign in to comment.