From b7680ace5aad98483245acc6e67520be0e6e8858 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 16:36:34 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/next/CHANGELOG.md | 7 +++++++ packages/next/package.json | 2 +- packages/runtime/CHANGELOG.md | 8 ++++++++ packages/runtime/package.json | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ba8e36f93..54f2318753 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "packages/runtime": "4.27.3", - "packages/next": "1.3.1" + "packages/runtime": "4.28.0", + "packages/next": "1.4.0" } diff --git a/packages/next/CHANGELOG.md b/packages/next/CHANGELOG.md index 93a526ebf1..4d47a3c003 100644 --- a/packages/next/CHANGELOG.md +++ b/packages/next/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/netlify/next-runtime/compare/next-v1.3.1...next-v1.4.0) (2022-10-25) + + +### Features + +* support Next 13 ([#1714](https://github.com/netlify/next-runtime/issues/1714)) ([efcb47a](https://github.com/netlify/next-runtime/commit/efcb47a84697edd313f3d8643ebcc48f3bde11e3)) + ## [1.3.1](https://github.com/netlify/next-runtime/compare/next-v1.3.0...next-v1.3.1) (2022-09-28) diff --git a/packages/next/package.json b/packages/next/package.json index a42f7987ac..0000994a36 100644 --- a/packages/next/package.json +++ b/packages/next/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/next", - "version": "1.3.1", + "version": "1.4.0", "description": "Enhanced Next.js features on Netlify", "main": "lib/index.js", "files": [ diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index ba460b4e8b..309900c4cd 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.28.0](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.27.3...plugin-nextjs-v4.28.0) (2022-10-25) + + +### Features + +* add support for WebAssembly in edge runtime ([#1676](https://github.com/netlify/next-runtime/issues/1676)) ([530088c](https://github.com/netlify/next-runtime/commit/530088cd0e912d6fb3682a1a7a90a1d8d4202951)) +* support Next 13 ([#1714](https://github.com/netlify/next-runtime/issues/1714)) ([efcb47a](https://github.com/netlify/next-runtime/commit/efcb47a84697edd313f3d8643ebcc48f3bde11e3)) + ## [4.27.3](https://github.com/netlify/next-runtime/compare/plugin-nextjs-v4.27.2...plugin-nextjs-v4.27.3) (2022-10-19) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 6d55ab049a..2620b96b13 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.27.3", + "version": "4.28.0", "description": "Run Next.js seamlessly on Netlify", "main": "index.js", "files": [