Skip to content

Commit b68c6a5

Browse files
author
farfromrefug
committed
chore(release): publish new version 4.6.32
1 parent 88ad1a9 commit b68c6a5

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

Diff for: 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.32](https://github.com/nativescript-community/sentry/compare/v4.6.31...v4.6.32) (2024-06-20)
7+
8+
### Bug Fixes
9+
10+
* **android:** fix for boolean options in init method ([88ad1a9](https://github.com/nativescript-community/sentry/commit/88ad1a99abf79a95aa65f0626c438cf6f518d8b6))
11+
612
## [4.6.31](https://github.com/nativescript-community/sentry/compare/v4.6.30...v4.6.31) (2024-06-03)
713

814
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "4.6.31",
2+
"version": "4.6.32",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

Diff for: 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.32](https://github.com/nativescript-community/sentry/compare/v4.6.31...v4.6.32) (2024-06-20)
7+
8+
**Note:** Version bump only for package @nativescript-community/sentry
9+
610
## [4.6.31](https://github.com/nativescript-community/sentry/compare/v4.6.30...v4.6.31) (2024-06-03)
711

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

Diff for: 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.31",
3+
"version": "4.6.32",
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)