From 87e2b472eeff9cf60ebce72e0fd4bad3457cd14d Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 18 Nov 2024 08:49:30 +0000 Subject: [PATCH] chore(release): v8.12.3 [skip ci] --- CHANGELOG.md | 9 +++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b135505..58309cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.12.3](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.12.2...v8.12.3) (2024-11-18) + + +### Bug Fixes + +* **deps:** update dependency @sentry/browser to ^7.120.0 ([#696](https://github.com/ChristophWurst/nextcloud_sentry/issues/696)) ([8654ce2](https://github.com/ChristophWurst/nextcloud_sentry/commit/8654ce2219f2d57f2fa9f7e5770dbbe4c3260e69)) + + + ## [8.12.2](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.12.1...v8.12.2) (2024-11-04) diff --git a/appinfo/info.xml b/appinfo/info.xml index 608c644..5b49fa9 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Sentry Sentry client A Sentry integration that sends unhandled exceptions to a Sentry instance to aggregate application crashes. You either have to set up your own Sentry instance or use your sentry.io account. See the admin documentation for how to configure this app. - 8.12.2 + 8.12.3 agpl Christoph Wurst Morris Jobke diff --git a/package-lock.json b/package-lock.json index cc1bf25..5c1b6bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.12.2", + "version": "8.12.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 02b156c..f6696ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.12.2", + "version": "8.12.3", "description": "Sentry integration for Nextcloud", "main": "init.js", "directories": {