From 850d023d1614ae05bcaa92f41e1b13007f75604f Mon Sep 17 00:00:00 2001 From: Thang Vu Date: Fri, 15 Jul 2022 15:24:47 +0700 Subject: [PATCH] chore: add Thang to contributor --- docs/docs/contributors.md | 1 + packages/next-auth/package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docs/contributors.md b/docs/docs/contributors.md index 26ef81c148..1c1a669aad 100644 --- a/docs/docs/contributors.md +++ b/docs/docs/contributors.md @@ -11,6 +11,7 @@ Without these people, the project could not have become one of the most used aut - [Balázs Orbán](https://github.com/balazsorban44) - **Lead Maintainer** - [Nico Domino](https://github.com/ndom91) - Maintainer (Documentation, Core) - [Lluis Agusti](https://github.com/lluia) - Maintainer (Documentation, Testing, TypeScript) +- [Thang Huu Vu](https://github.com/ThangHuuVu) - Maintainer (Core, TypeScript) ## Special thanks diff --git a/packages/next-auth/package.json b/packages/next-auth/package.json index abfaac4794..0d1078dfca 100644 --- a/packages/next-auth/package.json +++ b/packages/next-auth/package.json @@ -8,7 +8,8 @@ "contributors": [ "Balázs Orbán ", "Nico Domino ", - "Lluis Agusti " + "Lluis Agusti ", + "Thang Huu Vu " ], "main": "index.js", "module": "index.js",