From 7f34b6fe6f6073ab95d5d9cdb4fe9dd3f40eed54 Mon Sep 17 00:00:00 2001 From: "token-generator-app[bot]" <82042599+token-generator-app[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:20:18 +0000 Subject: [PATCH] chore(main): release 6.64.0 (#1109) Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com> --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5964966..0d0e5c068 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [6.64.0](https://github.com/netlify/plugins/compare/v6.63.0...v6.64.0) (2023-01-31) + + +### Features + +* latest version of gatsby plugin now requires v3 and up ([#1104](https://github.com/netlify/plugins/issues/1104)) ([1e230f3](https://github.com/netlify/plugins/commit/1e230f321b845d93de6d0a81def0662226768d7c)) +* update plugin @netlify/plugin-gatsby to version 3.5.1 ([#1110](https://github.com/netlify/plugins/issues/1110)) ([9687ad2](https://github.com/netlify/plugins/commit/9687ad28be6c32e41dc1c98a925de69c24d60225)) +* update plugin @netlify/plugin-lighthouse to version 4.0.6 ([#1111](https://github.com/netlify/plugins/issues/1111)) ([9c922ba](https://github.com/netlify/plugins/commit/9c922bab397b1da620e8eb5f965dc1ba7319fa2e)) +* update plugin @netlify/plugin-lighthouse to version 4.0.7 ([#1112](https://github.com/netlify/plugins/issues/1112)) ([f1038ca](https://github.com/netlify/plugins/commit/f1038ca5a2d68e2c895b8c9adc659943a1ee9a31)) +* update plugin @netlify/plugin-nextjs to version 4.30.1 ([#1107](https://github.com/netlify/plugins/issues/1107)) ([18f1e29](https://github.com/netlify/plugins/commit/18f1e293c1f79db0bacb8430a6ad2621998bd8fa)) + ## [6.63.0](https://github.com/netlify/plugins/compare/v6.62.0...v6.63.0) (2023-01-23) diff --git a/package-lock.json b/package-lock.json index 313af7ce7..026355980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@netlify/plugins-list", - "version": "6.63.0", + "version": "6.64.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@netlify/plugins-list", - "version": "6.63.0", + "version": "6.64.0", "license": "MIT", "devDependencies": { "@netlify/eslint-config-node": "^7.0.1", diff --git a/package.json b/package.json index bdc78df31..742d39bc2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@netlify/plugins-list", - "version": "6.63.0", + "version": "6.64.0", "description": "List of Netlify plugins", "type": "module", "exports": "./index.js",