Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- "You know what they say ‘Fool me once, strike one, but fool me twice… strike three.’" — Michael Scott

## 4.0.2

- fix(core): Make `moduleMetadata` injection snippet ES5-compliant ([#774](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/774))

## 4.0.1

- fix(core): Make plugin inject ES5-friendly code ([#770](https://github.com/getsentry/sentry-javascript-bundler-plugins/pull/770))
Expand Down Expand Up @@ -118,6 +122,10 @@ Work in this release was contributed by @thecodewarrior. Thank you for your cont

Work in this release contributed by @jdelStrother. Thank you for your contribution!

## 2.23.1

- fix(v2/core): Make `moduleMetadata` injection code ES5-compliant (#773)

## 2.23.0

- chore(deps): bump nanoid from 3.3.6 to 3.3.8 (#641)
Expand Down
Loading