Skip to content

Commit 41607d0

Browse files
committed
v3.0.3
1 parent 85bc90e commit 41607d0

File tree

4 files changed

+25
-2
lines changed

4 files changed

+25
-2
lines changed

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+
## [3.0.3](https://github.com/nativescript-community/sentry/compare/v3.0.2...v3.0.3) (2022-01-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** build fix by adding mavenCentral ([2d61ffc](https://github.com/nativescript-community/sentry/commit/2d61ffc755ef7fe396ae7a16e585d461bd025eb3))
12+
* **android:** fixed error on sending message if missing dist option ([03121fe](https://github.com/nativescript-community/sentry/commit/03121fe26686d4715d3f80cb682f73d118cb154e))
13+
14+
15+
16+
17+
618
## [3.0.2](https://github.com/nativescript-community/sentry/compare/v3.0.1...v3.0.2) (2022-01-24)
719

820

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

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [3.0.3](https://github.com/nativescript-community/sentry/compare/v3.0.2...v3.0.3) (2022-01-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** build fix by adding mavenCentral ([2d61ffc](https://github.com/nativescript-community/sentry/commit/2d61ffc755ef7fe396ae7a16e585d461bd025eb3))
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/nativescript-community/sentry/compare/v3.0.1...v3.0.2) (2022-01-24)
718

819
**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": "3.0.2",
3+
"version": "3.0.3",
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)