Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 24, 2022
1 parent 86f6d8b commit f958cc9
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.3](https://github.com/nativescript-community/sentry/compare/v3.1.2...v3.1.3) (2022-03-24)


### Bug Fixes

* **android:** error fix on N 8.2 ([6bd880f](https://github.com/nativescript-community/sentry/commit/6bd880f1498d0cae7f76c2dcd796504a323e3f24))
* **android:** handle `undefined` stack in `convertToNativeStacktrace` ([aa77902](https://github.com/nativescript-community/sentry/commit/aa779022ed2a9217a75dffc0b264cd7d6cbcc5a1))
* **android:** non handled error fix on startWithDsnString ([58322c6](https://github.com/nativescript-community/sentry/commit/58322c6dda787ba7699cb4683cb80c984530a07f))





## [3.1.2](https://github.com/nativescript-community/sentry/compare/v3.1.1...v3.1.2) (2022-03-24)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "3.1.2",
"version": "3.1.3",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.3](https://github.com/nativescript-community/sentry/compare/v3.1.2...v3.1.3) (2022-03-24)

**Note:** Version bump only for package @nativescript-community/sentry





## [3.1.2](https://github.com/nativescript-community/sentry/compare/v3.1.1...v3.1.2) (2022-03-24)

**Note:** Version bump only for package @nativescript-community/sentry
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/sentry",
"version": "3.1.2",
"version": "3.1.3",
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit f958cc9

Please sign in to comment.