Skip to content

Commit

Permalink
chore(release): publish new version 4.6.26
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Mar 1, 2024
1 parent 281f077 commit 0c77c99
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26](https://github.com/nativescript-community/sentry/compare/v4.6.25...v4.6.26) (2024-03-01)

### Bug Fixes

* **ios:** try to get callstack/sourcemaps to work all the time ([0e55045](https://github.com/nativescript-community/sentry/commit/0e55045b636791783937edb386ddd0865b780479))

## [4.6.25](https://github.com/nativescript-community/sentry/compare/v4.6.24...v4.6.25) (2024-02-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.6.25",
"version": "4.6.26",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/sentry/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.26](https://github.com/nativescript-community/sentry/compare/v4.6.25...v4.6.26) (2024-03-01)

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

## [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
Expand Down
2 changes: 1 addition & 1 deletion packages/sentry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/sentry",
"version": "4.6.25",
"version": "4.6.26",
"description": "A cross-platform application monitoring tool, with a focus on error reporting.",
"main": "./index",
"typings": "./index.d.ts",
Expand Down

0 comments on commit 0c77c99

Please sign in to comment.