Skip to content

Commit 6fdc358

Browse files
committed
Merge branch 'main' into mk/ipx-prefix
2 parents ccd8ad3 + 5131f51 commit 6fdc358

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"packages/runtime": "4.24.0",
2+
"packages/runtime": "4.24.1",
33
"packages/next": "1.3.1"
44
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.24.1](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.24.0...plugin-nextjs-v4.24.1) (2022-10-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency @netlify/functions to ^1.3.0 ([#1660](https://github.com/netlify/next-runtime/issues/1660)) ([4e7e2ae](https://github.com/netlify/next-runtime/commit/4e7e2aeee431ed66d67c96115981aaafca06381a))
9+
* set undefined ODB 404 TTLs to 60 seconds ([#1647](https://github.com/netlify/next-runtime/issues/1647)) ([029b497](https://github.com/netlify/next-runtime/commit/029b497681e4c383b182f775e772bb4602bd872a))
10+
311
## [4.24.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.23.4...plugin-nextjs-v4.24.0) (2022-10-03)
412

513

packages/runtime/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugin-nextjs",
3-
"version": "4.24.0",
3+
"version": "4.24.1",
44
"description": "Run Next.js seamlessly on Netlify",
55
"main": "lib/index.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
],
1212
"dependencies": {
1313
"@netlify/esbuild": "0.14.39",
14-
"@netlify/functions": "^1.2.0",
14+
"@netlify/functions": "^1.3.0",
1515
"@netlify/ipx": "^1.3.0",
1616
"@vercel/node-bridge": "^2.1.0",
1717
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)