From d7ca46e7e6c9b8dbd79127ff24c29aae2a0abfda Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Mon, 3 Jun 2024 12:56:34 +0200 Subject: [PATCH] chore(release): publish new version 4.6.31 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/sentry/CHANGELOG.md | 4 ++++ packages/sentry/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eeae329..967706f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.31](https://github.com/nativescript-community/sentry/compare/v4.6.30...v4.6.31) (2024-06-03) + +### Bug Fixes + +* duplicate breadcrumbs fix ([eec5fd8](https://github.com/nativescript-community/sentry/commit/eec5fd8585ecce711301b3d501f551c830e69a5f)) + ## [4.6.30](https://github.com/nativescript-community/sentry/compare/v4.6.29...v4.6.30) (2024-05-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 8fc0344..3260ed9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.6.30", + "version": "4.6.31", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/sentry/CHANGELOG.md b/packages/sentry/CHANGELOG.md index 0e93b00..04b3fae 100644 --- a/packages/sentry/CHANGELOG.md +++ b/packages/sentry/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.6.31](https://github.com/nativescript-community/sentry/compare/v4.6.30...v4.6.31) (2024-06-03) + +**Note:** Version bump only for package @nativescript-community/sentry + ## [4.6.30](https://github.com/nativescript-community/sentry/compare/v4.6.29...v4.6.30) (2024-05-28) ### Bug Fixes diff --git a/packages/sentry/package.json b/packages/sentry/package.json index 86f7f18..f969c44 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/sentry", - "version": "4.6.30", + "version": "4.6.31", "description": "A cross-platform application monitoring tool, with a focus on error reporting.", "main": "./index", "typings": "./index.d.ts",