From bc675e6e105b5639579a2ebd1e29dd6508a90e51 Mon Sep 17 00:00:00 2001 From: Jake Lacey Date: Tue, 29 Nov 2022 14:21:57 +0000 Subject: [PATCH] chore: add migration guide link to readme for v9 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 834777e..af3f20e 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ $ npm install jsonwebtoken # Migration notes * [From v7 to v8](https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v7-to-v8) +* [From v8 to v9](https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v8-to-v9) # Usage