From 60a7f9b44997f01add7b04b250a827f6bc279374 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 05:38:56 +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 26def67..9e9927c 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-9-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-10-orange.svg?style=flat-square)](#contributors-) HTTP Proxy middleware available in API Middleware provided by Next.js. @@ -119,6 +119,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
Timon Grassl

🐛
Abhinav Kumar

📖 +
Jack Cuthbert

📖 From 18113af8374e7c94219d967e04ec65d45e90c139 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 13 Feb 2022 05:38:57 +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 ee1e9eb..5cda5a6 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -88,6 +88,15 @@ "contributions": [ "doc" ] + }, + { + "login": "JackCuthbert", + "name": "Jack Cuthbert", + "avatar_url": "https://avatars.githubusercontent.com/u/5564612?v=4", + "profile": "https://jackcuthbert.dev/", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7,