From 765ff32d505e939204106282b84851573c1804ca Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 16:34:15 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- packages/runtime/CHANGELOG.md | 7 +++++++ packages/runtime/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6b12f4ff5b..9f5c761979 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.24.2", + "packages/runtime": "4.24.3", "packages/next": "1.3.1" } diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 46d7114033..82dc1b40ce 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.24.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.24.2...plugin-nextjs-v4.24.3) (2022-10-06) + + +### Bug Fixes + +* remove localPrefix ([#1665](https://github.com/netlify/next-runtime/issues/1665)) ([571c0f5](https://github.com/netlify/next-runtime/commit/571c0f5254ffc62526f2a46d1d93d604bdd828b7)) + ## [4.24.2](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.24.1...plugin-nextjs-v4.24.2) (2022-10-05) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 5aecde09cd..56adb6ec5d 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.24.2", + "version": "4.24.3", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [