diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 876a27de8..5d1ed4b3a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,16 @@ +- commits: + - subject: Update dependency @types/websql to ^0.0.30 + hash: 1df43317b094ec1230a7e494246804cf509dc6c1 + body: | + Update @types/websql from 0.0.28 to 0.0.30 + footer: + Change-type: patch + change-type: patch + author: Self-hosted Renovate Bot + nested: [] + version: 15.3.20 + title: "" + date: 2023-11-24T10:08:43.412Z - commits: - subject: Update dependency @types/method-override to ^0.0.35 hash: 9c2ef078ad9cf65d6c74b38241e5d0387f2f7473 diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f113d9c..4c18dbc5b 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.20 +## (2023-11-24) + +* Update dependency @types/websql to ^0.0.30 [Self-hosted Renovate Bot] + # v15.3.19 ## (2023-11-24) diff --git a/VERSION b/VERSION index 7e04fbc98..df8260534 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -15.3.19 \ No newline at end of file +15.3.20 \ No newline at end of file diff --git a/package.json b/package.json index 2fa7a88e0..3c3766c9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@balena/pinejs", - "version": "15.3.19", + "version": "15.3.20", "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-24T09:08:37.487Z" + "publishedAt": "2023-11-24T10:08:44.063Z" } }