Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
release: 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Feb 16, 2024
1 parent d5e758b commit feb0a8c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@
- feat: Add telemetry data collection
- fix: Fix incorrect deduping of named to namespace imports

## 5.0.8

### Various fixes & improvements

- update cfg again (d5e758b7) by @Lms24
- remove npm target (TEST) (d92bd495) by @Lms24
- update prepare release action (18c0fb1b) by @Lms24
- adjust release action (0d12ff5e) by @Lms24
- use new prepare release action version to test action (17fe66ed) by @Lms24
- feat: Add `configureScope` transformer (#19) by @mydea
- feat: add Svelte Config rewrite transformer (dfa126e3) by @Lms24
- changelog (578be661) by @Lms24
- add Sentry (da1bcebc) by @Lms24
- changelog (8c49573b) by @Lms24
- fix incorrect deduping of named to namespace imports (2d48de4c) by @Lms24
- Fix linting issue (86b50b5f) by @mydea
- Add `ignoreFilePatters` option (a6801ac5) by @mydea

## 0.0.3

- Handle *.vue and *.svelte files
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sentry/migr8",
"version": "0.0.3",
"version": "5.0.8",
"homepage": "https://github.com/getsentry/sentry-migr8",
"repository": "https://github.com/getsentry/sentry-migr8",
"description": "Run migrations for the Sentry JavaScript SDKs.",
Expand Down

0 comments on commit feb0a8c

Please sign in to comment.