diff --git a/CHANGELOG.md b/CHANGELOG.md index 26f17bde3..81699859b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [6.81.0](https://github.com/netlify/plugins/compare/v6.80.0...v6.81.0) (2024-10-16) + + +### Features + +* add @netlify/plugin-nextjs@5.7.0-ipx.0 ([#1363](https://github.com/netlify/plugins/issues/1363)) ([dc9b311](https://github.com/netlify/plugins/commit/dc9b311711aeba8de4128fe7fe687b8a70d7271a)) +* bump @netlify/plugin-nextjs to 5.5.0 ([#1357](https://github.com/netlify/plugins/issues/1357)) ([64ca8cc](https://github.com/netlify/plugins/commit/64ca8cca591a453b4e512dfde0ffc3863a37ef7a)) +* bump @netlify/plugin-nextjs to 5.5.1 ([#1359](https://github.com/netlify/plugins/issues/1359)) ([b20c5ef](https://github.com/netlify/plugins/commit/b20c5ef80a9ad2874a49174296099fe0f338cb30)) +* bump next runtime to 5.6.0 ([#1362](https://github.com/netlify/plugins/issues/1362)) ([3c02432](https://github.com/netlify/plugins/commit/3c024329aa32f170aa82e55976d19f3d42d7d123)) +* bump next runtime to 5.7.0 ([#1364](https://github.com/netlify/plugins/issues/1364)) ([c3e9b46](https://github.com/netlify/plugins/commit/c3e9b46d45327623cb17df4a4eb8ab874972c4e4)) +* bump next runtime to 5.7.1 ([#1365](https://github.com/netlify/plugins/issues/1365)) ([fb0912a](https://github.com/netlify/plugins/commit/fb0912acbfd3bc5924c431afc6cbfac3c3dc3e92)) +* bump next runtime to 5.7.2 ([#1367](https://github.com/netlify/plugins/issues/1367)) ([ec4b14f](https://github.com/netlify/plugins/commit/ec4b14f3121040272ec5215bc466f4da8f6fd015)) +* bump next runtime to 5.7.3 ([#1369](https://github.com/netlify/plugins/issues/1369)) ([4c3074b](https://github.com/netlify/plugins/commit/4c3074b9c2796f10d9437e968204ad20345fb427)) +* bump next runtime to 5.7.4 ([#1370](https://github.com/netlify/plugins/issues/1370)) ([90bcb95](https://github.com/netlify/plugins/commit/90bcb954e40603e7760cdc2ec184a7f0c48d1d8a)) +* bump next runtime to 5.8.0 ([#1371](https://github.com/netlify/plugins/issues/1371)) ([c08a192](https://github.com/netlify/plugins/commit/c08a192ab6dfb62491d1ea5ecb001c360da5a9f0)) + + +### Bug Fixes + +* bump @netlify/plugin-nextjs version ([#1348](https://github.com/netlify/plugins/issues/1348)) ([ed13c3f](https://github.com/netlify/plugins/commit/ed13c3fa07057d36b475126833eaf901fce738a5)) +* bump @netlify/plugin-nextjs version ([#1354](https://github.com/netlify/plugins/issues/1354)) ([98a8a29](https://github.com/netlify/plugins/commit/98a8a2949a4af4e1c3c8ffebd26512c49db5c3ee)) +* bump @netlify/plugin-nextjs version ([#1356](https://github.com/netlify/plugins/issues/1356)) ([c7d3266](https://github.com/netlify/plugins/commit/c7d3266f490fbdfc955841ac21c6faec06a11095)) + ## [6.80.0](https://github.com/netlify/plugins/compare/v6.79.0...v6.80.0) (2024-05-22) diff --git a/package-lock.json b/package-lock.json index 6b913e67c..445dfe538 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugins-list", - "version": "6.80.0", + "version": "6.81.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugins-list", - "version": "6.80.0", + "version": "6.81.0", "license": "MIT", "devDependencies": { "@netlify/eslint-config-node": "^7.0.1", diff --git a/package.json b/package.json index 6bd71d5f5..81dae5690 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugins-list", - "version": "6.80.0", + "version": "6.81.0", "description": "List of Netlify plugins", "type": "module", "exports": "./index.js",