Skip to content

Commit d44fe7a

Browse files
authored
Merge branch 'main' into netlify-plugin-update1
2 parents 7804011 + 998d5b2 commit d44fe7a

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
* @netlify/ecosystem-pod-frameworks @netlify/ecosystem-pod-marketplace
1+
* @netlify/ecosystem-pod-frameworks @netlify/ecosystem-pod-integrations
22
docs/ @netlify/department-docs

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [6.50.0](https://github.com/netlify/plugins/compare/v6.49.1...v6.50.0) (2022-10-17)
4+
5+
6+
### Features
7+
8+
* add emails plugin ([#895](https://github.com/netlify/plugins/issues/895)) ([c83d595](https://github.com/netlify/plugins/commit/c83d595aeeeb27d5be6e5d880f316f79ce20af91))
9+
* update plugin @netlify/plugin-lighthouse to version 4.0.0 ([#892](https://github.com/netlify/plugins/issues/892)) ([aeb41c8](https://github.com/netlify/plugins/commit/aeb41c8a4563541015b81d3213f2d03022c8ab3d))
10+
* update plugin @netlify/plugin-lighthouse to version 4.0.1 ([#899](https://github.com/netlify/plugins/issues/899)) ([53da108](https://github.com/netlify/plugins/commit/53da108b0fbce2f9e3967c1868e9e9d0441e6cb4))
11+
* update plugin @netlify/plugin-nextjs to version 4.25.0 ([#908](https://github.com/netlify/plugins/issues/908)) ([8de6de3](https://github.com/netlify/plugins/commit/8de6de3c900b512ee5142606c26029ca046c5299))
12+
* update plugin @netlify/plugin-nextjs to version 4.27.0 ([#934](https://github.com/netlify/plugins/issues/934)) ([88e2578](https://github.com/netlify/plugins/commit/88e25780beacbba415577dacb132a46a5d6d8e5e))
13+
314
## [6.49.1](https://github.com/netlify/plugins/compare/v6.49.0...v6.49.1) (2022-10-07)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netlify/plugins-list",
3-
"version": "6.49.1",
3+
"version": "6.50.0",
44
"description": "List of Netlify plugins",
55
"type": "module",
66
"exports": "./index.js",

site/plugins.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
},
329329
{
330330
"author": "getsentry",
331-
"description": "The Sentry Netlify build plugin automatically notifies Sentry of new releases being deployed to your site",
331+
"description": "The Sentry Build Plugin on Netlify helps you quickly identify how code errors and performance issues impact your users.",
332332
"name": "Sentry",
333333
"package": "@sentry/netlify-build-plugin",
334334
"repo": "https://github.com/getsentry/sentry-netlify-build-plugin",
@@ -655,7 +655,7 @@
655655
},
656656
{
657657
"author": "aaronbassett",
658-
"description": "Automatically notifies New Relic of Netlify build events and installs the New Relic browser agent.",
658+
"description": "Automatically notifies New Relic of Netlify build events and installs the New Relic browser agent to monitor your sites.",
659659
"name": "New Relic",
660660
"package": "@newrelic/netlify-plugin",
661661
"repo": "https://github.com/newrelic-experimental/netlify-plugin/",
@@ -671,7 +671,7 @@
671671
},
672672
{
673673
"author": "Colby Fayock",
674-
"description": "Automatic image optimization with modern formats using Cloudinary",
674+
"description": "Automatically optimize your Netlify site images and deliver them in modern formats with Cloudinary.",
675675
"name": "Cloudinary",
676676
"package": "netlify-plugin-cloudinary",
677677
"repo": "https://github.com/colbyfayock/netlify-plugin-cloudinary",
@@ -732,7 +732,7 @@
732732
"name": "Netlify Emails",
733733
"package": "@netlify/plugin-emails",
734734
"repo": "https://github.com/netlify/plugins",
735-
"version": "0.0.6"
735+
"version": "0.0.9"
736736
},
737737
{
738738
"author": "21YunBox",

0 commit comments

Comments
 (0)