From f4c93ab922327e00a74941ff4566bd932ed11df9 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:31:54 +0000 Subject: [PATCH] chore(main): release plugin-nextjs 4.15.0 --- .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 bf23d4bbfa..7ece881fdf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/runtime": "4.14.2" + "packages/runtime": "4.15.0" } diff --git a/packages/runtime/CHANGELOG.md b/packages/runtime/CHANGELOG.md index 2ffa8a0e78..f102b856cb 100644 --- a/packages/runtime/CHANGELOG.md +++ b/packages/runtime/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.15.0](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.14.2...plugin-nextjs-v4.15.0) (2022-08-12) + + +### Features + +* support custom response headers on images served via IPX ([#1515](https://github.com/netlify/netlify-plugin-nextjs/issues/1515)) ([40cb8a9](https://github.com/netlify/netlify-plugin-nextjs/commit/40cb8a9643794121c9253ffb48555f029c7ae9af)) + ## [4.14.2](https://github.com/netlify/netlify-plugin-nextjs/compare/plugin-nextjs-v4.14.1...plugin-nextjs-v4.14.2) (2022-08-11) diff --git a/packages/runtime/package.json b/packages/runtime/package.json index 32076f9c33..7bbb297511 100644 --- a/packages/runtime/package.json +++ b/packages/runtime/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugin-nextjs", - "version": "4.14.2", + "version": "4.15.0", "description": "Run Next.js seamlessly on Netlify", "main": "lib/index.js", "files": [