From 471e27b20368e5bdcff811542395afa29006294c Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Thu, 29 Feb 2024 22:08:30 +0100 Subject: [PATCH] chore(release): publish new version 4.6.25 --- 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 9eadd3c..d1cdfe8 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.25](https://github.com/nativescript-community/sentry/compare/v4.6.24...v4.6.25) (2024-02-29) + +### Bug Fixes + +* **ios:** better error handling ([21f6386](https://github.com/nativescript-community/sentry/commit/21f638672e980843c847322bab5a3276e4dbbd64)) + ## [4.6.24](https://github.com/nativescript-community/sentry/compare/v4.6.23...v4.6.24) (2024-02-28) **Note:** Version bump only for package sentry diff --git a/lerna.json b/lerna.json index e2697c3..73bd763 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "4.6.24", + "version": "4.6.25", "$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 aee782a..a7d4054 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.25](https://github.com/nativescript-community/sentry/compare/v4.6.24...v4.6.25) (2024-02-29) + +**Note:** Version bump only for package @nativescript-community/sentry + ## [4.6.24](https://github.com/nativescript-community/sentry/compare/v4.6.23...v4.6.24) (2024-02-28) **Note:** Version bump only for package @nativescript-community/sentry diff --git a/packages/sentry/package.json b/packages/sentry/package.json index f1ada89..d30b377 100644 --- a/packages/sentry/package.json +++ b/packages/sentry/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/sentry", - "version": "4.6.24", + "version": "4.6.25", "description": "A cross-platform application monitoring tool, with a focus on error reporting.", "main": "./index", "typings": "./index.d.ts",