From 6112bfda33b1e26924818e43bad1c11bf13c1b9c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:09:48 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df0516e..a775b0b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Next.js HTTP Proxy Middleware -[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-) HTTP Proxy middleware available in API Middleware provided by Next.js. @@ -73,6 +73,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Otto von Wesendonk

🛡️
Daniel Silva

🤔
Yann Pringault

💻 +
Lorenzo

📖 From 1c36a1c846a61aa0fdbfd374f8a88d67f9ea1d4e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:09:49 +0000 Subject: [PATCH 2/2] docs: update .all-contributorsrc [skip ci] --- .all-contributorsrc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 0c01959..e766b4c 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -61,6 +61,15 @@ "contributions": [ "code" ] + }, + { + "login": "lorenzodejong", + "name": "Lorenzo", + "avatar_url": "https://avatars.githubusercontent.com/u/30781484?v=4", + "profile": "https://github.com/lorenzodejong", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7,