diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a77aa..98e62f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [8.9.9](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.9.8...v8.9.9) (2024-03-25) + + +### Bug Fixes + +* **deps:** update dependency @sentry/browser to ^7.108.0 ([4bad952](https://github.com/ChristophWurst/nextcloud_sentry/commit/4bad952dc7370c66bb5fb0b98e46f7d38a162b99)) + + + ## [8.9.8](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.9.7...v8.9.8) (2024-03-18) diff --git a/appinfo/info.xml b/appinfo/info.xml index 0aa81a7..fd29795 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.9.8 + 8.9.9 agpl Christoph Wurst Morris Jobke diff --git a/package-lock.json b/package-lock.json index 3e9de4e..f320d56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.9.8", + "version": "8.9.9", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index cae1eb6..616bcce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.9.8", + "version": "8.9.9", "description": "Sentry integration for Nextcloud", "main": "init.js", "directories": {