From c4148283b79b6251bf1696ffb8e5e370a0260ebb Mon Sep 17 00:00:00 2001 From: farfromrefuge Date: Wed, 22 Feb 2023 10:47:32 +0100 Subject: [PATCH] v4.6.10 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- plugin/CHANGELOG.md | 11 +++++++++++ plugin/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe824fb..3680ff8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.10](https://github.com/nativescript-community/sentry/compare/v4.6.9...v4.6.10) (2023-02-22) + + +### Bug Fixes + +* **android:** missing native-api-usage ([57800b3](https://github.com/nativescript-community/sentry/commit/57800b36f0966dc541608e9bab54ccf9828f6908)) + + + + + ## [4.6.9](https://github.com/nativescript-community/sentry/compare/v4.6.8...v4.6.9) (2023-01-24) diff --git a/lerna.json b/lerna.json index 17a843e..7290bb6 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "4.6.9", + "version": "4.6.10", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 854f82a..f92789c 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.10](https://github.com/nativescript-community/sentry/compare/v4.6.9...v4.6.10) (2023-02-22) + + +### Bug Fixes + +* **android:** missing native-api-usage ([57800b3](https://github.com/nativescript-community/sentry/commit/57800b36f0966dc541608e9bab54ccf9828f6908)) + + + + + ## [4.6.9](https://github.com/nativescript-community/sentry/compare/v4.6.8...v4.6.9) (2023-01-24) diff --git a/plugin/package.json b/plugin/package.json index 073b586..2a2844e 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/sentry", - "version": "4.6.9", + "version": "4.6.10", "description": "A cross-platform application monitoring tool, with a focus on error reporting.", "main": "./index", "typings": "./index.d.ts",