diff --git a/CHANGELOG.md b/CHANGELOG.md index 02c99566..0921ed1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ > [migration guide](https://docs.sentry.io/platforms/javascript/guides/capacitor/migration/) first. -## Unreleased +## 1.0.2 ### Fixes @@ -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) diff --git a/package.json b/package.json index 4528f604..2d6c7fe7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/version.ts b/src/version.ts index a9c782a1..61eccf8d 100644 --- a/src/version.ts +++ b/src/version.ts @@ -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';