diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d835573f3..58a0fdd49 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency passport to ^0.7.0 + hash: d66132ed0e0e7f8749749a6aacb7bdc498bb59d5 + body: | + Update passport from 0.6.0 to 0.7.0 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 15.3.26 + title: "" + date: 2023-11-28T14:18:46.660Z - commits: - subject: Update @balena/odata-to-abstract-sql hash: 65bce26bd451613f116a44c5fb8485a0a17e1d0a diff --git a/CHANGELOG.md b/CHANGELOG.md index efb88de6e..889e5d8d2 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/). +# v15.3.26 +## (2023-11-28) + +* Update dependency passport to ^0.7.0 [Self-hosted Renovate Bot] + # v15.3.25 ## (2023-11-28) diff --git a/VERSION b/VERSION index 8d36683f9..b59c99d16 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.25 \ No newline at end of file +15.3.26 \ No newline at end of file diff --git a/package.json b/package.json index fb60e3319..ff9751662 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.25", + "version": "15.3.26", "main": "out/server-glue/module", "repository": "git@github.com:balena-io/pinejs.git", "license": "Apache-2.0", @@ -143,6 +143,6 @@ "recursive": true }, "versionist": { - "publishedAt": "2023-11-28T13:32:50.198Z" + "publishedAt": "2023-11-28T14:18:47.367Z" } }