diff --git a/README.md b/README.md index 8c48c3b..41f1e25 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,13 @@ To run and test the demo apps you need to replace the placeholder `__YOUR_DSN_HE ## Changelog +### 2.1.0 - (20.05.2020) + +- vendor: update to sentry 4.3.0 (Android) +- vendor: update to sentry 6.2.1 (iOS) + +Thanks to [Logikgate](https://github.com/Logikgate). + ### 2.0.1 - (25.03.2021) - fix issues with Angular diff --git a/src/package-lock.json b/src/package-lock.json index 6e22d50..8976df1 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,6 +1,6 @@ { "name": "nativescript-sentry", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/package.json b/src/package.json index f77035f..09d12ce 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "nativescript-sentry", - "version": "2.0.1", + "version": "2.1.0", "description": "Sentry.io NativeScript plugin.", "main": "sentry", "typings": "index.d.ts", diff --git a/src/platforms/android/nativescript_sentry.aar b/src/platforms/android/nativescript_sentry.aar index 67f4e42..081bb49 100644 Binary files a/src/platforms/android/nativescript_sentry.aar and b/src/platforms/android/nativescript_sentry.aar differ