From 4de5438fca082bc9b24c9d4f79c416334c714704 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 24 Jan 2023 13:29:45 +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 ca26da3ab6..43f2514246 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.30.1", + "packages/runtime": "4.30.2", "packages/next": "1.4.3" } diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index f90709f83d..07eba8fc70 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.30.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.30.1...plugin-nextjs-v4.30.2) (2023-01-24) + + +### Bug Fixes + +* custom headers for root route when using i18n ([#1893](https://github.com/netlify/next-runtime/issues/1893)) ([9be3382](https://github.com/netlify/next-runtime/commit/9be33822017a5b8404714f96e7942e5498e47212)) +* handle v1 edge function definition ([#1903](https://github.com/netlify/next-runtime/issues/1903)) ([cdcf60e](https://github.com/netlify/next-runtime/commit/cdcf60e4c0a1a52105dc11e2a5be13434a758032)) + ## [4.30.1](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.30.0...plugin-nextjs-v4.30.1) (2023-01-23) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 972f36cb7c..4ff669f9e4 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.30.1", + "version": "4.30.2", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [