Skip to content

6.0.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rchl rchl released this 02 Mar 19:45

⚠ BREAKING CHANGES

  • options: remove deprecated webpackConfig (#394). Configure through the publishRelease object instead.
  • options: remove deprecated attachCommits and repo (#393). The removed attachCommits and repo options can be set through the publishRelease object.
  • deps: make @sentry/webpack-plugin a peer dependency (#390). To use the publishRelease option, it's now necessary to manually install the @sentry/webpack-plugin package as a dev dependency.

Bug Fixes

  • deps: make @sentry/webpack-plugin a peer dependency (#390) (6b5e594)
  • deps: update dependency @sentry/webpack-plugin to ^1.18.7 (#392) (f72147f)
  • deps: update sentry dependencies (#388) (5251cb6)

Code Refactoring

  • options: remove deprecated attachCommits and repo (#393) (12b320c)
  • options: remove deprecated webpackConfig (#394) (6152957)