Skip to content

Commit bb3766e

Browse files
chore(main): release 5.2.2 (#457)
Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> Co-authored-by: Michal Piechowiak <[email protected]>
1 parent 0b2af6d commit bb3766e

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [5.2.2](https://github.com/netlify/next-runtime-minimal/compare/v5.2.1...v5.2.2) (2024-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* normalize trailing slash when handling middleware rewrites ([#448](https://github.com/netlify/next-runtime-minimal/issues/448)) ([2012922](https://github.com/netlify/next-runtime-minimal/commit/2012922c91878af7d5008136e2dc4e6b59a6bc96))
9+
* separate response cache if debug logging header is used ([#384](https://github.com/netlify/next-runtime-minimal/issues/384)) ([68f8e79](https://github.com/netlify/next-runtime-minimal/commit/68f8e7917264e6fba13dbe2f0d9247a26a9b1bec))
10+
* support revalidating multiple tags at once ([#464](https://github.com/netlify/next-runtime-minimal/issues/464)) ([62ea699](https://github.com/netlify/next-runtime-minimal/commit/62ea69927233412ec369e0923a60109bf0a7b100))
11+
312
## [5.2.1](https://github.com/netlify/next-runtime-minimal/compare/v5.2.0...v5.2.1) (2024-05-02)
413

514

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)