diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe034378a9..c4b6f01ae6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.35.0", + "packages/runtime": "4.36.0", "packages/next": "1.4.5" } diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 4312193ef6..a02e3702f6 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.36.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.35.0...plugin-nextjs-v4.36.0) (2023-04-24) + + +### Features + +* add Generator to edge functions ([#2019](https://github.com/netlify/next-runtime/issues/2019)) ([b341938](https://github.com/netlify/next-runtime/commit/b341938ec9807c93b0f0484b40848d727eeeb265)) + + +### Bug Fixes + +* default to target server, not serverless ([#2060](https://github.com/netlify/next-runtime/issues/2060)) ([61c2458](https://github.com/netlify/next-runtime/commit/61c24583be0c45def82f51d8c7757bb91ec5fc79)) + ## [4.35.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.34.0...plugin-nextjs-v4.35.0) (2023-04-17) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 1d71402839..3f9f2b352c 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.35.0", + "version": "4.36.0", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [