Skip to content

Commit c76e99c

Browse files
author
farfromrefug
committed
chore(release): publish new version 4.6.30
1 parent ba7ca3b commit c76e99c

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.30](https://github.com/nativescript-community/sentry/compare/v4.6.29...v4.6.30) (2024-05-28)
7+
8+
### Bug Fixes
9+
10+
* missing breadcrumbs and data on native crashes ([c555889](https://github.com/nativescript-community/sentry/commit/c555889f33c5c844a43168db3624c6a0982b9067))
11+
612
## [4.6.29](https://github.com/nativescript-community/sentry/compare/v4.6.28...v4.6.29) (2024-04-23)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.6.29",
2+
"version": "4.6.30",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/sentry/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.30](https://github.com/nativescript-community/sentry/compare/v4.6.29...v4.6.30) (2024-05-28)
7+
8+
### Bug Fixes
9+
10+
* missing breadcrumbs and data on native crashes ([c555889](https://github.com/nativescript-community/sentry/commit/c555889f33c5c844a43168db3624c6a0982b9067))
11+
612
## [4.6.29](https://github.com/nativescript-community/sentry/compare/v4.6.28...v4.6.29) (2024-04-23)
713

814
### Bug Fixes

packages/sentry/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.29",
3+
"version": "4.6.30",
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)