Skip to content

Commit 81eb18a

Browse files
committed
v4.6.1
1 parent 78ad51c commit 81eb18a

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/nativescript-community/sentry/compare/v4.6.0...v4.6.1) (2022-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native api usage fix ([4d5ab0c](https://github.com/nativescript-community/sentry/commit/4d5ab0cc513306291086f249d4a93677419f06fc))
12+
* **android:** native api usage fix ([e8be88d](https://github.com/nativescript-community/sentry/commit/e8be88d98ae8a9867e426063de6ab0a39ec3a0e5))
13+
* **android:** native-api-usage fix ([c69b747](https://github.com/nativescript-community/sentry/commit/c69b74712ef4fb9e9d701fd6c2fa4d40d4ad09c7))
14+
15+
16+
17+
18+
619
# [4.6.0](https://github.com/nativescript-community/sentry/compare/v3.1.5...v4.6.0) (2022-10-19)
720

821

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "4.6.0",
5+
"version": "4.6.1",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.6.1](https://github.com/nativescript-community/sentry/compare/v4.6.0...v4.6.1) (2022-10-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native api usage fix ([4d5ab0c](https://github.com/nativescript-community/sentry/commit/4d5ab0cc513306291086f249d4a93677419f06fc))
12+
* **android:** native api usage fix ([e8be88d](https://github.com/nativescript-community/sentry/commit/e8be88d98ae8a9867e426063de6ab0a39ec3a0e5))
13+
* **android:** native-api-usage fix ([c69b747](https://github.com/nativescript-community/sentry/commit/c69b74712ef4fb9e9d701fd6c2fa4d40d4ad09c7))
14+
15+
16+
17+
18+
619
# [4.6.0](https://github.com/nativescript-community/sentry/compare/v3.1.5...v4.6.0) (2022-10-19)
720

821

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/sentry",
3-
"version": "4.6.0",
3+
"version": "4.6.1",
44
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
55
"main": "./index",
66
"typings": "./index.d.ts",

0 commit comments

Comments
 (0)