From f958cc950e63503c9161fdb0c64b25ff857d9d4b Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 24 Mar 2022 21:01:29 +0100 Subject: [PATCH] v3.1.3 --- CHANGELOG.md | 13 +++++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 8 ++++++++ plugin/package.json | 2 +- 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4d2e0..151fa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lerna.json b/lerna.json index 159f7f3..0516ed9 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "3.1.2", + "version": "3.1.3", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 1ba4b08..6d1af51 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -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 diff --git a/plugin/package.json b/plugin/package.json index 8394c21..d4627b2 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -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",