From d8097191f4dc9e4f26c3baf4e5ee4281ac3bc013 Mon Sep 17 00:00:00 2001 From: Duncan Walker Date: Fri, 29 May 2020 22:15:53 -0400 Subject: [PATCH] Release 0.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3fe427b..250df47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cypress-nextjs-auth0", - "version": "0.0.0", + "version": "0.1.0", "description": "Auth0 authentication in a Cypress and Next.js test suite", "main": "dist/cypress-nextjs-auth0.js", "scripts": {