Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Nov 15, 2024
1 parent 58913dd commit 81a59e2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 13 additions & 5 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"printWidth": 80,
"proseWrap": "always",
"singleQuote": true,
"trailingComma": "all"
}
"printWidth": 80,
"proseWrap": "always",
"singleQuote": true,
"trailingComma": "all",
"overrides": [
{
"files": "CHANGELOG.md",
"options": {
"proseWrap": "preserve"
}
}
]
}
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Unreleased

- feat: Pin JS SDK versions to v8 (#712)

## 3.34.4

- chore(deps): Update various dependencies (#701, #700, #224)
Expand All @@ -16,7 +20,7 @@
## 3.34.1

- fix(sveltekit): Ensure Sentry example page renders correct Html ([#688](https://github.com/getsentry/sentry-wizard/pull/688))
- ref: Handle edge cases in formatting step more gracefully ([#687](https://github.com/getsentry/sentry-wizard/pull/686))
- ref: Handle edge cases in formatting step more gracefully ([#687](https://github.com/getsentry/sentry-wizard/pull/686))

## 3.34.0

Expand Down

0 comments on commit 81a59e2

Please sign in to comment.