Skip to content

Commit e27a73b

Browse files
authored
chore(main): release 5.10.2 (#2801)
1 parent e39ef69 commit e27a73b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.1"
2+
".": "5.10.2"
33
}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.10.2](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.1...v5.10.2) (2025-03-31)
4+
5+
6+
### Performance Improvements
7+
8+
* memoize blobs requests in the request scope ([#2777](https://github.com/opennextjs/opennextjs-netlify/issues/2777)) ([a2881bf](https://github.com/opennextjs/opennextjs-netlify/commit/a2881bff4d0ebac18126924ce2fadbe36832983a))
9+
310
## [5.10.1](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.0...v5.10.1) (2025-03-17)
411

512

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

0 commit comments

Comments
 (0)