From 6d9df88ef88be469911039c101696e767d5ac8a2 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Thu, 8 Sep 2022 13:58:46 +0000 Subject: [PATCH] chore(main): release 6.42.0 --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576e70c68..761123023 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.42.0](https://github.com/netlify/plugins/compare/v6.41.0...v6.42.0) (2022-09-08) + + +### Features + +* add `netlify-plugin-playwright-cache` ([#826](https://github.com/netlify/plugins/issues/826)) ([513868e](https://github.com/netlify/plugins/commit/513868e85e01824f413deb45635d535468f8f240)) +* testing display preferences for plugins ([#827](https://github.com/netlify/plugins/issues/827)) ([d99afc8](https://github.com/netlify/plugins/commit/d99afc8b8a903405a6969436fe87e9778b878072)) +* update plugin @netlify/next-runtime to version 4.19.0 ([#816](https://github.com/netlify/plugins/issues/816)) ([3177567](https://github.com/netlify/plugins/commit/317756722beec458d4b988398a2ef08d787cda0d)) +* update plugin @netlify/plugin-gatsby to version 3.4.5 ([#822](https://github.com/netlify/plugins/issues/822)) ([72f7752](https://github.com/netlify/plugins/commit/72f77528729c4e489eac54d55154fa964225bbb0)) +* update plugin @netlify/plugin-nextjs to version 4.20.0 ([#818](https://github.com/netlify/plugins/issues/818)) ([a3d2e46](https://github.com/netlify/plugins/commit/a3d2e468a5fbde49cb36ee7daa123823cbc5f87e)) +* update plugin @netlify/plugin-nextjs to version 4.21.3 ([#828](https://github.com/netlify/plugins/issues/828)) ([592bdd1](https://github.com/netlify/plugins/commit/592bdd1dac005dd0fa37f1bfb10475c58b9b6a44)) +* upgrade next runtime version ([#821](https://github.com/netlify/plugins/issues/821)) ([62ba5fa](https://github.com/netlify/plugins/commit/62ba5faf2f8d2e35da6e1ddca2884a8eb38d7bd1)) + ## [6.41.0](https://github.com/netlify/plugins/compare/v6.40.0...v6.41.0) (2022-08-25) diff --git a/package-lock.json b/package-lock.json index 668fdc287..f24693325 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugins-list", - "version": "6.41.0", + "version": "6.42.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugins-list", - "version": "6.41.0", + "version": "6.42.0", "license": "MIT", "devDependencies": { "@netlify/eslint-config-node": "^6.0.0", diff --git a/package.json b/package.json index a7625d526..939acaf91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugins-list", - "version": "6.41.0", + "version": "6.42.0", "description": "List of Netlify plugins", "type": "module", "exports": "./index.js",