Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update changelog formatting #471

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

## Unreleased

fix(remix): Use captureRemixServerException inside handleError (#466)
fix(remix): Fix `request` arg in `handleError` template (#469)
fix(remix): Update documentation links to the new routes (#470)
- fix(remix): Use captureRemixServerException inside handleError (#466)
- fix(remix): Fix `request` arg in `handleError` template (#469)
- fix(remix): Update documentation links to the new routes (#470)

## 3.14.1

ref(sveltekit): Add log for successful Vite plugin insertion (#465)
- ref(sveltekit): Add log for successful Vite plugin insertion (#465)

## 3.14.0

feat(nextjs): Add telemetry collection to NextJS wizard (#458)
feat(wizard): Ask for confirmation to continue if git repo is not clean (#462)
fix(remix): Fix Remix version and TS checks (#464)
- feat(nextjs): Add telemetry collection to NextJS wizard (#458)
- feat(wizard): Ask for confirmation to continue if git repo is not clean (#462)
- fix(remix): Fix Remix version and TS checks (#464)

## 3.13.0

Expand Down
Loading