From 4b00e7333f18c5a1efb574c0fba531017ac6fda0 Mon Sep 17 00:00:00 2001
From: Michal Piechowiak <misiek.piechowiak@gmail.com>
Date: Fri, 7 Mar 2025 18:17:06 +0100
Subject: [PATCH] chore(main): release 5.10.0

---
 .release-please-manifest.json |  2 +-
 CHANGELOG.md                  | 16 ++++++++++++++++
 package-lock.json             |  4 ++--
 package.json                  |  2 +-
 4 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2f2fe22631..028d2d6727 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
 {
-  ".": "5.9.4"
+  ".": "5.10.0"
 }
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31303c74a7..ffc068a878 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
 # Changelog
 
+## [5.10.0](https://github.com/opennextjs/opennextjs-netlify/compare/v5.9.4...v5.10.0) (2025-03-07)
+
+
+### Features
+
+* make CDN SWR background revalidation discard stale cache content in order to produce fresh responses ([#2765](https://github.com/opennextjs/opennextjs-netlify/issues/2765)) ([f8004d7](https://github.com/opennextjs/opennextjs-netlify/commit/f8004d76ba7bb669ffc17c744a0df8e132473979))
+
+
+### Bug Fixes
+
+* apply caching headers to pages router 404 with getStaticProps ([#2764](https://github.com/opennextjs/opennextjs-netlify/issues/2764)) ([3301077](https://github.com/opennextjs/opennextjs-netlify/commit/3301077e8dd902241f79bb983ea7b73509e8d982))
+* don't cache POST when serving embedded static html ([#2766](https://github.com/opennextjs/opennextjs-netlify/issues/2766)) ([28217d4](https://github.com/opennextjs/opennextjs-netlify/commit/28217d47b3fd7b3ec639f860fb03fd9137ab5128))
+* dynamic not-prerendered routes revalidate tracking for next@&gt;=v15.2.1-canary.4 ([b242927](https://github.com/opennextjs/opennextjs-netlify/commit/b242927cdc3a1f0df227889b333f3be7e921c73b))
+* narrow down middleware i18n locale matcher to concrete locales ([#2768](https://github.com/opennextjs/opennextjs-netlify/issues/2768)) ([f3e24b1](https://github.com/opennextjs/opennextjs-netlify/commit/f3e24b1d2e4674574eef4c628d58b2d2a41e0be9))
+* set immutable cache-control for _next/static ([#2767](https://github.com/opennextjs/opennextjs-netlify/issues/2767)) ([5bd68dd](https://github.com/opennextjs/opennextjs-netlify/commit/5bd68ddb13109cb838056bbfcc8eca1113b69099))
+
 ## [5.9.4](https://github.com/opennextjs/opennextjs-netlify/compare/v5.9.3...v5.9.4) (2025-01-22)
 
 
diff --git a/package-lock.json b/package-lock.json
index 96f8c62bc8..a5386d442c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "@netlify/plugin-nextjs",
-  "version": "5.9.4",
+  "version": "5.10.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "@netlify/plugin-nextjs",
-      "version": "5.9.4",
+      "version": "5.10.0",
       "license": "MIT",
       "devDependencies": {
         "@fastly/http-compute-js": "1.1.4",
diff --git a/package.json b/package.json
index 4529f2fb80..f7e4113be0 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@netlify/plugin-nextjs",
-  "version": "5.9.4",
+  "version": "5.10.0",
   "description": "Run Next.js seamlessly on Netlify",
   "main": "./dist/index.js",
   "type": "module",