diff --git a/CHANGELOG.md b/CHANGELOG.md index 06f6ef8b4..ac52aed31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [6.78.0](https://github.com/netlify/plugins/compare/v6.77.0...v6.78.0) (2024-04-02) + + +### Features + +* update Next runtime to 5.0.0 behind gradual rollout feature flag and opt-in ([#1321](https://github.com/netlify/plugins/issues/1321)) ([64a5e0e](https://github.com/netlify/plugins/commit/64a5e0edc80d1f4454ef7933bcc8d724a8ebd1a1)) +* update Next runtime to rc.7 ([#1316](https://github.com/netlify/plugins/issues/1316)) ([674a6c6](https://github.com/netlify/plugins/commit/674a6c63006dec7dce77b1d0ffc1b7096e95439d)) +* update Next runtime to rc.8 ([#1318](https://github.com/netlify/plugins/issues/1318)) ([c7bf0b0](https://github.com/netlify/plugins/commit/c7bf0b05bfee2c8a40eb8af2bb1f830c5b57dbb9)) + + +### Bug Fixes + +* deactivate Perfbeacon plugin ([#1319](https://github.com/netlify/plugins/issues/1319)) ([5f77033](https://github.com/netlify/plugins/commit/5f77033dc986587dc145eaa0f48973ea06726876)) + ## [6.77.0](https://github.com/netlify/plugins/compare/v6.76.0...v6.77.0) (2024-03-20) diff --git a/package-lock.json b/package-lock.json index 4d87e7a4a..af64c62e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugins-list", - "version": "6.77.0", + "version": "6.78.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugins-list", - "version": "6.77.0", + "version": "6.78.0", "license": "MIT", "devDependencies": { "@netlify/eslint-config-node": "^7.0.1", diff --git a/package.json b/package.json index f7c19ac1d..12bdc8cb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugins-list", - "version": "6.77.0", + "version": "6.78.0", "description": "List of Netlify plugins", "type": "module", "exports": "./index.js",