Skip to content

Commit 04a2c70

Browse files
authored
chore(main): release 5.10.3 (#2814)
1 parent 13cb002 commit 04a2c70

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.10.2"
2+
".": "5.10.3"
33
}

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [5.10.3](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.2...v5.10.3) (2025-04-03)
4+
5+
6+
### Bug Fixes
7+
8+
* don't set permanent caching header when res.revalidate() was used ([#2810](https://github.com/opennextjs/opennextjs-netlify/issues/2810)) ([0e7e3a2](https://github.com/opennextjs/opennextjs-netlify/commit/0e7e3a265d253cc5ab7d03855e39bee6ebf21d47))
9+
* improved cdn cache hooks for dynamic 404 pages ([#2786](https://github.com/opennextjs/opennextjs-netlify/issues/2786)) ([b4f04e3](https://github.com/opennextjs/opennextjs-netlify/commit/b4f04e3c5a9c83c916f69c3e3c64e0d946ec3692))
10+
311
## [5.10.2](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.1...v5.10.2) (2025-03-31)
412

513

Diff for: package-lock.json

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

Diff for: 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.10.2",
3+
"version": "5.10.3",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "./dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)