From 295e1d7323c1ba00f52c4ecb32ec370672ed443d Mon Sep 17 00:00:00 2001 From: Duncan Walker Date: Fri, 19 Feb 2021 14:21:04 -0500 Subject: [PATCH] Release 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d48dd0a..bbbd4f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-nextjs-auth0", - "version": "0.1.1", + "version": "1.0.0", "description": "Cypress commands to support Auth0 and Next.js.", "main": "dist/cypress-nextjs-auth0.js", "types": "types/index.d.ts",