<!-- Requirements: please go through this checklist before opening a new issue --> - [ ] Review the documentation: https://docs.sentry.io/ - [ ] Search for existing issues: https://github.com/getsentry/sentry-javascript/issues - [ ] Use the latest release: https://github.com/getsentry/sentry-javascript/releases - [ ] Provide a link to the affected event from your Sentry account ## Package + Version - [x] `@sentry/browser` - [ ] `@sentry/node` - [ ] `raven-js` - [ ] `raven-node` _(raven for node)_ - [ ] other: ### Version: ``` 5.29.1 ``` ## Description Version 5.29.1 still reporting as 5.29.0, because SDK_VERSION wasn't bumped to 5.29.1 in: https://github.com/getsentry/sentry-javascript/commit/39bfa104761428432989ec0fb5396bd175754a3f https://github.com/getsentry/sentry-javascript/blob/39bfa104761428432989ec0fb5396bd175754a3f/packages/browser/src/version.ts#L2
Package + Version
@sentry/browser@sentry/noderaven-jsraven-node(raven for node)Version:
Description
Version 5.29.1 still reporting as 5.29.0, because SDK_VERSION wasn't bumped to 5.29.1 in:
39bfa10
sentry-javascript/packages/browser/src/version.ts
Line 2 in 39bfa10