diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aff599..d554b81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.4](https://github.com/Akylas/nativescript-akylas-sentry/compare/v2.0.3...v2.0.4) (2020-11-02) + +**Note:** Version bump only for package @nativescript-community/sentry + + + + + ## [2.0.3](https://github.com/Akylas/nativescript-akylas-sentry/compare/v2.0.2...v2.0.3) (2020-09-02) diff --git a/lerna.json b/lerna.json index b9915b3..ed01e23 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "plugin" ], - "version": "2.0.3", + "version": "2.0.4", "command": { "publish": { "conventionalCommits": true diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index 1bcd3c3..dd22f60 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.4](https://github.com/Akylas/nativescript-akylas-sentry/compare/v2.0.3...v2.0.4) (2020-11-02) + +**Note:** Version bump only for package @nativescript-community/sentry + + + + + ## [2.0.3](https://github.com/Akylas/nativescript-akylas-sentry/compare/v2.0.2...v2.0.3) (2020-09-02) **Note:** Version bump only for package @nativescript-community/sentry diff --git a/plugin/package.json b/plugin/package.json index 8c7b039..991d7d6 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/sentry", - "version": "2.0.3", + "version": "2.0.4", "main": "./index", "typings": "./index.d.ts", "repository": { @@ -41,4 +41,4 @@ "stacktrace-parser": "0.1.10" }, "gitHead": "1e799d9f3a3eeb19c0fc4188be82a6cded4ea727" -} \ No newline at end of file +}