Skip to content

Commit 9747f06

Browse files
chore(main): release 5.10.8
1 parent a9119d3 commit 9747f06

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.10.8](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.7...v5.10.8) (2025-04-30)
4+
5+
6+
### Bug Fixes
7+
8+
* add a fallback for loadManifest import path ([#2881](https://github.com/opennextjs/opennextjs-netlify/issues/2881)) ([a9119d3](https://github.com/opennextjs/opennextjs-netlify/commit/a9119d3574e30dd61b22ab80f273f12ed7f2982f))
9+
* remove unused OTel tracing setup ([#2874](https://github.com/opennextjs/opennextjs-netlify/issues/2874)) ([a220a30](https://github.com/opennextjs/opennextjs-netlify/commit/a220a30fa3d5ff14b6059963630825c8b3dd1005))
10+
311
## [5.10.7](https://github.com/opennextjs/opennextjs-netlify/compare/v5.10.6...v5.10.7) (2025-04-18)
412

513

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

0 commit comments

Comments
 (0)