Skip to content

Commit 134ec08

Browse files
author
farfromrefuge
committed
v4.6.15
1 parent a385ae3 commit 134ec08

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

+11
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+
## [4.6.15](https://github.com/nativescript-community/sentry/compare/v4.6.14...v4.6.15) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update plugin for latest sentry ([e2e3b07](https://github.com/nativescript-community/sentry/commit/e2e3b07277f74740bee6fcfa9ac94f3a3dbd6645))
12+
13+
14+
15+
16+
617
## [4.6.14](https://github.com/nativescript-community/sentry/compare/v4.6.13...v4.6.14) (2023-12-16)
718

819

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "4.6.14",
5+
"version": "4.6.15",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

+11
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+
## [4.6.15](https://github.com/nativescript-community/sentry/compare/v4.6.14...v4.6.15) (2023-12-19)
7+
8+
9+
### Bug Fixes
10+
11+
* update plugin for latest sentry ([e2e3b07](https://github.com/nativescript-community/sentry/commit/e2e3b07277f74740bee6fcfa9ac94f3a3dbd6645))
12+
13+
14+
15+
16+
617
## [4.6.14](https://github.com/nativescript-community/sentry/compare/v4.6.13...v4.6.14) (2023-12-16)
718

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

plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/sentry",
3-
"version": "4.6.14",
3+
"version": "4.6.15",
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)