Skip to content

Commit

Permalink
chore(main): release 5.7.3 (#2642)
Browse files Browse the repository at this point in the history
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Co-authored-by: Michal Piechowiak <[email protected]>
  • Loading branch information
token-generator-app[bot] and pieh authored Oct 1, 2024
1 parent 9a9aea3 commit 19bdbc5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "5.7.2"
".": "5.7.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [5.7.3](https://github.com/netlify/next-runtime/compare/v5.7.2...v5.7.3) (2024-10-01)


### Bug Fixes

* handle middleware redirects to default locale and same path ([#2636](https://github.com/netlify/next-runtime/issues/2636)) ([f0fa7d0](https://github.com/netlify/next-runtime/commit/f0fa7d0f6829265c04b7b1c90f24c1815c988648))

## [5.7.2](https://github.com/netlify/next-runtime/compare/v5.7.1...v5.7.2) (2024-09-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@netlify/plugin-nextjs",
"version": "5.7.2",
"version": "5.7.3",
"description": "Run Next.js seamlessly on Netlify",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit 19bdbc5

Please sign in to comment.