Skip to content

Commit

Permalink
chore(release): v8.3.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Conventional Changelog Action committed Dec 19, 2022
1 parent 293bca7 commit b296b1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [8.3.1](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.3.0...v8.3.1) (2022-12-19)


### Bug Fixes

* Fix error breadcrump type for warnings, info and debug ([ebb5382](https://github.com/ChristophWurst/nextcloud_sentry/commit/ebb5382cccc4c2eab13599ec56fd19206d588229))



# [8.3.0](https://github.com/ChristophWurst/nextcloud_sentry/compare/v8.1.1...v8.3.0) (2022-12-19)


Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<name>Sentry</name>
<summary>Sentry client</summary>
<description>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.</description>
<version>8.3.0</version>
<version>8.3.1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Morris Jobke</author>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextcloud_sentry",
"version": "8.3.0",
"version": "8.3.1",
"description": "Sentry integration for Nextcloud",
"main": "init.js",
"directories": {
Expand Down

0 comments on commit b296b1e

Please sign in to comment.