From 03bff55f87285ea985cdae7f7e73f132fbef1915 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Mon, 4 Mar 2024 10:25:11 +0000 Subject: [PATCH] chore(release): v8.9.6 [skip ci] --- CHANGELOG.md | 10 ++++++++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb11022..4c4d6f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [8.9.6](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.9.5...v8.9.6) (2024-03-04) + + +### Bug Fixes + +* **deps:** update dependency @sentry/browser to ^7.104.0 ([d6388f7](https://github.com/ChristophWurst/nextcloud_sentry/commit/d6388f782c32350cba7d5c98e8626b85f0e80eca)) +* **deps:** update dependency php-http/curl-client to ^2.3.2 ([363098b](https://github.com/ChristophWurst/nextcloud_sentry/commit/363098befba38b836c0c34a2939f004fc8a67722)) + + + ## [8.9.5](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.9.4...v8.9.5) (2024-02-26) diff --git a/appinfo/info.xml b/appinfo/info.xml index 7d3e4b0..d337399 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.5 + 8.9.6 agpl Christoph Wurst Morris Jobke diff --git a/package-lock.json b/package-lock.json index d5eb597..f380fc3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.9.5", + "version": "8.9.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 2cf33e5..e1d0b4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nextcloud_sentry", - "version": "8.9.5", + "version": "8.9.6", "description": "Sentry integration for Nextcloud", "main": "init.js", "directories": {