Skip to content

Commit e4c1190

Browse files
chore(main): release 5.8.1
1 parent ee5a86d commit e4c1190

4 files changed

+11
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [5.8.1](https://github.com/netlify/next-runtime/compare/v5.8.0...v5.8.1) (2024-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* create cache entries for fallback pages to support next@canary ([#2649](https://github.com/netlify/next-runtime/issues/2649)) ([8ab259a](https://github.com/netlify/next-runtime/commit/8ab259a95cdb8712661ab9c1cbb65206b2f9d5ae))
9+
310
## [5.8.0](https://github.com/netlify/next-runtime/compare/v5.7.4...v5.8.0) (2024-10-16)
411

512

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

0 commit comments

Comments
 (0)