Skip to content

Commit 42f601f

Browse files
committed
meta: Update changelog for 0.1.0
1 parent 297f508 commit 42f601f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@
44

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

7+
## 0.1.0
8+
9+
This release marks the first official release of the Sentry bundler plugins. As of this release, the plugins support all features of the standalone Sentry Webpack plugin.
10+
Please note that breaking changes might still be introduced.
11+
12+
- Re-added Sentry CLI to the project (#85).
13+
The bundler plugins use Sentry CLI to create releases and upload sourcemaps
14+
- Added missing Release creation steps
15+
- feat(core): Add `setCommits` (#96)
16+
- feat(core): Add `deploy` command (#97)
17+
- Added validation of plugin options (#104)
18+
- Refined `telemetry` option to only send events to Sentry for projects uploading source maps to Sentry's SaaS instance (#99). For self-hosted Sentry servers, nothing will be sent to Sentry.
19+
- Updated `README.md` files with examples and option descriptions for each bundler plugin (#117)
20+
21+
Link to [Full Changelog](https://github.com/getsentry/sentry-javascript-bundler-plugins/compare/0.0.1-alpha.0...main)
22+
723
## 0.0.1-alpha.0
824

925
This release marks the first release of the Sentry bundler blugins. This is still a heavy work in progress and a lot of things are still missing and subject to change

0 commit comments

Comments
 (0)