Skip to content

Commit

Permalink
chore(main): release 5.7.1 (#2577)
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 <misiek.piechowiak@gmail.com>
  • Loading branch information
token-generator-app[bot] and pieh committed Sep 6, 2024
1 parent 7469369 commit eb9350b
Show file tree
Hide file tree
Showing 4 changed files with 12 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.0"
".": "5.7.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [5.7.1](https://github.com/netlify/next-runtime/compare/v5.7.0...v5.7.1) (2024-09-06)


### Bug Fixes

* generate correct import path when 'src' directory is used and middleware imports wasm module ([#2583](https://github.com/netlify/next-runtime/issues/2583)) ([b54b682](https://github.com/netlify/next-runtime/commit/b54b682db7fb92242175482c5d9fc201c9899d63))
* update cache handler to accommodate changes in next@canary ([#2572](https://github.com/netlify/next-runtime/issues/2572)) ([83f685e](https://github.com/netlify/next-runtime/commit/83f685e15552cee1c8a4d6c68251c01ff1cfe3fb))

## [5.7.0](https://github.com/netlify/next-runtime/compare/v5.6.0...v5.7.0) (2024-08-26)


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.0",
"version": "5.7.1",
"description": "Run Next.js seamlessly on Netlify",
"main": "./dist/index.js",
"type": "module",
Expand Down

0 comments on commit eb9350b

Please sign in to comment.