Skip to content

Commit

Permalink
Merge branch 'release/1.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 18, 2024
2 parents 9ae4f7a + 709bb39 commit b9b01b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
> [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first.
<!-- prettier-ignore-end -->
## Unreleased
## 1.0.2

### Fixes

Expand All @@ -19,9 +19,6 @@
- Bump Android SDK from v7.14.0 to v7.16.0 ([#752](https://github.com/getsentry/sentry-capacitor/pull/752))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#7160)
- [diff](https://github.com/getsentry/sentry-java/compare/7.14.0...7.16.0)

### Dependencies

- Bump JavaScript SDK from v8.33.0 to v8.37.1 ([#775](https://github.com/getsentry/sentry-capacitor/pull/775))
- [changelog](https://github.com/getsentry/sentry-javascript/blob/8.37.1/CHANGELOG.md)
- [diff](https://github.com/getsentry/sentry-javascript/compare/8.33.0...8.37.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/getsentry/sentry-capacitor"
},
"version": "1.0.1",
"version": "1.0.2",
"description": "Official Sentry SDK for Capacitor",
"types": "dist/esm/index.d.ts",
"main": "dist/build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const SDK_PACKAGE_NAME = 'npm:@sentry/capacitor';
export const SDK_NAME = 'sentry.javascript.capacitor';
export const SDK_VERSION = '1.0.1';
export const SDK_VERSION = '1.0.2';

0 comments on commit b9b01b0

Please sign in to comment.