Skip to content

Commit

Permalink
chore(changelog): Fix changelog list items
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Aug 6, 2021
1 parent a27c0fa commit ba7ca16
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@

## 6.11.0

feat(nextjs): Allow for TypeScript user config files (#3847)
fix(browser): Make sure handler exists for LinkedErrors Integration (#3861)
fix(core): Skip anonymous callbacks while searching frame URLs. (#3842)
fix(core): Stop rejecting in `flush` and `close` when client undefined (#3846)
fix(nextjs): Stop `SentryWebpackPlugin` from uploading unnecessary files (#3845)
fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
fix(tests): Allow tests to run on Windows without WSL (#3813)
fix(utils): Fix false-positive circular references when normalizing `Event` objects (#3864)
fix(vue): Make Router.name type optional to match VueRouter (#3843)
ref(core): Prevent redundant setup work (#3862)
ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)
- feat(nextjs): Allow for TypeScript user config files (#3847)
- fix(browser): Make sure handler exists for LinkedErrors Integration (#3861)
- fix(core): Skip anonymous callbacks while searching frame URLs. (#3842)
- fix(core): Stop rejecting in `flush` and `close` when client undefined (#3846)
- fix(nextjs): Stop `SentryWebpackPlugin` from uploading unnecessary files (#3845)
- fix(react): Require ReactElement in ErrorBoundary props and render (#3857)
- fix(tests): Allow tests to run on Windows without WSL (#3813)
- fix(utils): Fix false-positive circular references when normalizing `Event` objects (#3864)
- fix(vue): Make Router.name type optional to match VueRouter (#3843)
- ref(core): Prevent redundant setup work (#3862)
- ref(nextjs): Stop reinitializing the server SDK unnecessarily (#3860)

## 6.10.0

Expand Down

0 comments on commit ba7ca16

Please sign in to comment.