From f7a86234e7e5b3e099a23d75abcbcf1f4e3bdbb0 Mon Sep 17 00:00:00 2001 From: Duncan Walker Date: Wed, 28 Apr 2021 23:39:16 -0400 Subject: [PATCH] Release 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9637e9f..ef23776 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-nextjs-auth0", - "version": "2.0.0", + "version": "2.0.1", "description": "Cypress commands to support Auth0 and Next.js.", "source": "src/index.js", "main": "dist/cypress-nextjs-auth0.js",