From 85f3348fe061a56c8346c1723efe6916f1477c39 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 09:35:52 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/runtime/CHANGELOG.md | 8 ++++++++ packages/runtime/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 854766e464..7be47d7838 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.37.0", + "packages/runtime": "4.37.1", "packages/next": "1.4.6" } diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 8db9c19aa1..0f05e300a3 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.37.1](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.37.0...plugin-nextjs-v4.37.1) (2023-05-17) + + +### Bug Fixes + +* clientContext isn't available in background functions ([#2121](https://github.com/netlify/next-runtime/issues/2121)) ([df0f6bc](https://github.com/netlify/next-runtime/commit/df0f6bcecee39f203327598120ad3ec778e45624)) +* support named & default export for middleware in ntl dev ([#2116](https://github.com/netlify/next-runtime/issues/2116)) ([b31f858](https://github.com/netlify/next-runtime/commit/b31f858e135d5727729c5c6336ce6519f60678d6)) + ## [4.37.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.36.1...plugin-nextjs-v4.37.0) (2023-05-15) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 96d9718b85..2e71fcfe8e 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.37.0", + "version": "4.37.1", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [