From bad588e6fa5fcdf07688c7d8eba67b0b6f1dc667 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:23:06 +0000 Subject: [PATCH] chore(main): release plugin-nextjs 4.11.0 --- .release-please-manifest.json | 2 +- plugin/CHANGELOG.md | 7 +++++++ plugin/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38f412389d..00950ea187 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "plugin": "4.10.1" + "plugin": "4.11.0" } diff --git a/plugin/CHANGELOG.md b/plugin/CHANGELOG.md index e1a53dd892..af19506632 100644 --- a/plugin/CHANGELOG.md +++ b/plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.11.0](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.10.1...plugin-nextjs-v4.11.0) (2022-06-30) + + +### Features + +* use edge functions for content negotiation by default ([#1438](https://github.com/netlify/netlify-plugin-nextjs/issues/1438)) ([0bac0e0](https://github.com/netlify/netlify-plugin-nextjs/commit/0bac0e078600bf3a014b270f0d40143345a68107)) + ## [4.10.1](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.10.0...plugin-nextjs-v4.10.1) (2022-06-29) diff --git a/plugin/package.json b/plugin/package.json index b1a8b08981..fa6379cb98 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.10.1", + "version": "4.11.0", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [