Skip to content

Commit 4582dce

Browse files
committed
chore(release): publish new version 4.6.39
1 parent 2c68970 commit 4582dce

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.39](https://github.com/nativescript-community/sentry/compare/v4.6.38...v4.6.39) (2025-04-03)
7+
8+
### Bug Fixes
9+
10+
* **ios:** bump native Sentry to 8.48.0 to resolve iOS 18.4 build issue ([577ff9a](https://github.com/nativescript-community/sentry/commit/577ff9a3dc7e7f5a4dcd042a970f9efd383a7001))
11+
612
## [4.6.38](https://github.com/nativescript-community/sentry/compare/v4.6.37...v4.6.38) (2024-10-22)
713

814
**Note:** Version bump only for package sentry

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.6.38",
2+
"version": "4.6.39",
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.39](https://github.com/nativescript-community/sentry/compare/v4.6.38...v4.6.39) (2025-04-03)
7+
8+
### Bug Fixes
9+
10+
* **ios:** bump native Sentry to 8.48.0 to resolve iOS 18.4 build issue ([577ff9a](https://github.com/nativescript-community/sentry/commit/577ff9a3dc7e7f5a4dcd042a970f9efd383a7001))
11+
612
## [4.6.38](https://github.com/nativescript-community/sentry/compare/v4.6.37...v4.6.38) (2024-10-22)
713

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

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.38",
3+
"version": "4.6.39",
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)