Skip to content

Commit

Permalink
v4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 19, 2022
1 parent 92f1a21 commit f8be14c
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/nativescript-community/sentry/compare/v3.1.5...v4.6.0) (2022-10-19)


### Bug Fixes

* **android:** use latest gradle plugin requiring gradle 7+ ([7a29368](https://github.com/nativescript-community/sentry/commit/7a29368cb533548cbf2d5aee02b9d869c3181be0))
* improving integration ([7e8be4e](https://github.com/nativescript-community/sentry/commit/7e8be4e2d37f29d07b155d9c0f2e028c858f1039))
* **ios:** full context working ([72dabcf](https://github.com/nativescript-community/sentry/commit/72dabcfed8eb7fc12c2f45af15b01e5ba17dfc43))
* load version programmatically ([5a3295e](https://github.com/nativescript-community/sentry/commit/5a3295e9b186952c126a55a184f11d1a7ffcc71d))
* prepend native context ([0d201f8](https://github.com/nativescript-community/sentry/commit/0d201f833f1780c14ee1a7ca26cb876a0ec00b12))
* version get fix ([d96a466](https://github.com/nativescript-community/sentry/commit/d96a4668bc771837231baa3b3eaf9023de82fb0e))


### Features

* bump to latest JS/native SDKs ([d63d12a](https://github.com/nativescript-community/sentry/commit/d63d12a837c7b0da7ed170360716169d9d79d3e5))





## [3.1.5](https://github.com/nativescript-community/sentry/compare/v3.1.4...v3.1.5) (2022-05-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "4.5.0",
"version": "4.6.0",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
17 changes: 17 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.6.0](https://github.com/nativescript-community/sentry/compare/v3.1.5...v4.6.0) (2022-10-19)


### Bug Fixes

* **android:** use latest gradle plugin requiring gradle 7+ ([7a29368](https://github.com/nativescript-community/sentry/commit/7a29368cb533548cbf2d5aee02b9d869c3181be0))
* improving integration ([7e8be4e](https://github.com/nativescript-community/sentry/commit/7e8be4e2d37f29d07b155d9c0f2e028c858f1039))


### Features

* bump to latest JS/native SDKs ([d63d12a](https://github.com/nativescript-community/sentry/commit/d63d12a837c7b0da7ed170360716169d9d79d3e5))





## [3.1.5](https://github.com/nativescript-community/sentry/compare/v3.1.4...v3.1.5) (2022-05-12)


Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/sentry",
"version": "3.1.5",
"version": "4.6.0",
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit f8be14c

Please sign in to comment.