diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7bdca4c0..67ca57b9 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update @sentry/node to v8 + hash: 4d8b073f63292f224e1a1de0bfe6e570eeac7029 + body: "" + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 11.30.31 + title: "" + date: 2024-07-30T09:52:04.875Z - commits: - subject: Lock file maintenance hash: 94cb1ac65c76ddc0f18875e640692736f8e4ce66 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fa41367..3c760148 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/). +# v11.30.31 +## (2024-07-30) + +* Update @sentry/node to v8 [Pagan Gazzard] + # v11.30.30 ## (2024-07-29) diff --git a/VERSION b/VERSION index 4d8ebafb..17696863 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.30.30 \ No newline at end of file +11.30.31 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 8dd77c8a..cf656977 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "open-balena-vpn", - "version": "11.30.30", + "version": "11.30.31", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "open-balena-vpn", - "version": "11.30.30", + "version": "11.30.31", "license": "AGPL-3.0", "dependencies": { "@balena/env-parsing": "^1.1.12", diff --git a/package.json b/package.json index e14b1ecd..53453419 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "open-balena-vpn", "private": true, - "version": "11.30.30", + "version": "11.30.31", "description": "RESTful VPN api", "type": "commonjs", "license": "AGPL-3.0", @@ -79,6 +79,6 @@ "exit": true }, "versionist": { - "publishedAt": "2024-07-29T15:49:09.181Z" + "publishedAt": "2024-07-30T09:52:05.237Z" } }