Skip to content

Commit 1b30681

Browse files
committed
v4.6.4
1 parent 633dd3a commit 1b30681

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.4](https://github.com/nativescript-community/sentry/compare/v4.6.3...v4.6.4) (2022-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native sdk update ([633dd3a](https://github.com/nativescript-community/sentry/commit/633dd3aebed875bb7fb2e6c08eeca53c208756ea))
12+
* if there is a crash we dont have time to get the event ([3d3b914](https://github.com/nativescript-community/sentry/commit/3d3b9142335d481f01e6c52560be569048d495ae))
13+
* **ios:** native sdk update with build fix ([b73b021](https://github.com/nativescript-community/sentry/commit/b73b021af47a59b40156503d1776928953d505ed))
14+
* re enable option and removed logs ([190da44](https://github.com/nativescript-community/sentry/commit/190da44752e8a11a4af5eebb5f1eb7856e58b96b))
15+
16+
17+
18+
19+
620
## [4.6.3](https://github.com/nativescript-community/sentry/compare/v4.6.2...v4.6.3) (2022-12-08)
721

822

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.3",
5+
"version": "4.6.4",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.4](https://github.com/nativescript-community/sentry/compare/v4.6.3...v4.6.4) (2022-12-09)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native sdk update ([633dd3a](https://github.com/nativescript-community/sentry/commit/633dd3aebed875bb7fb2e6c08eeca53c208756ea))
12+
* **ios:** native sdk update with build fix ([b73b021](https://github.com/nativescript-community/sentry/commit/b73b021af47a59b40156503d1776928953d505ed))
13+
14+
15+
16+
17+
618
## [4.6.3](https://github.com/nativescript-community/sentry/compare/v4.6.2...v4.6.3) (2022-12-08)
719

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

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.3",
3+
"version": "4.6.4",
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)