Skip to content

Commit 87e1e16

Browse files
author
farfromrefug
committed
chore(release): publish new version 4.6.35
1 parent fea0adf commit 87e1e16

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-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.35](https://github.com/nativescript-community/sentry/compare/v4.6.34...v4.6.35) (2024-10-18)
7+
8+
### Bug Fixes
9+
10+
* prevent error while adding breadcrumbs ([fea0adf](https://github.com/nativescript-community/sentry/commit/fea0adf285063fe473f61635923e17887d2c8cac))
11+
612
## [4.6.34](https://github.com/nativescript-community/sentry/compare/v4.6.33...v4.6.34) (2024-09-19)
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.34",
2+
"version": "4.6.35",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/sentry/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.35](https://github.com/nativescript-community/sentry/compare/v4.6.34...v4.6.35) (2024-10-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/sentry
9+
610
## [4.6.34](https://github.com/nativescript-community/sentry/compare/v4.6.33...v4.6.34) (2024-09-19)
711

812
**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.34",
3+
"version": "4.6.35",
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)