From 0e6978739b8c46b10d17bd94f4d7de2951cc099f Mon Sep 17 00:00:00 2001 From: "flowzone-app[bot]" <124931076+flowzone-app[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:39:30 +0000 Subject: [PATCH] v19.5.1 --- .versionbot/CHANGELOG.yml | 20 ++++++++++++++++++++ CHANGELOG.md | 5 +++++ VERSION | 2 +- package.json | 4 ++-- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d2d312cde..ce8be0724 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Expose tasks model on sbvrUtils api + hash: 26b94af7df763012382c29a42ea7f50b45240087 + body: "" + footer: + Change-type: patch + change-type: patch + author: Otavio Jacobi + nested: [] + version: 19.5.1 + title: "" + date: 2024-10-25T10:39:26.156Z - commits: - subject: Update dependencies to support `is case insensitively equal to` hash: b8987501d09383f91688a13a7e29ec48374d6367 @@ -1839,6 +1851,7 @@ + As balena-lint rejects `new Boolean()`, `new @@ -1869,6 +1882,7 @@ + As engine and npm is now required as part of package.json we @@ -1914,6 +1928,7 @@ + Ensure that the input passed in for JSON types is either @@ -2029,6 +2044,7 @@ + This also deprecates the legacy version footer: @@ -2065,6 +2081,7 @@ + It can in fact be a lot of different things and that is @@ -2102,6 +2119,7 @@ + We know what type they return and they should be explicitly @@ -2144,6 +2162,7 @@ + Update @balena/sbvr-types from 3.4.18 to 3.5.0 @@ -2297,6 +2316,7 @@ + This also deprecates the legacy use of direct true/false diff --git a/CHANGELOG.md b/CHANGELOG.md index e141b1e83..f46a3d64c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.1 +## (2024-10-25) + +* Expose tasks model on sbvrUtils api [Otavio Jacobi] + # v19.5.0 ## (2024-10-24) diff --git a/VERSION b/VERSION index 1fc0052d4..0acef9fae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.5.0 \ No newline at end of file +19.5.1 \ No newline at end of file diff --git a/package.json b/package.json index 1964aa1eb..62607b69c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "19.5.0", + "version": "19.5.1", "main": "out/server-glue/module", "type": "commonjs", "repository": "git@github.com:balena-io/pinejs.git", @@ -147,6 +147,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2024-10-24T16:40:59.023Z" + "publishedAt": "2024-10-25T10:39:27.214Z" } }