From cc27f046f0dbdda9c1851ad2b69664b0218d965f Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Fri, 19 May 2023 15:27:35 +1000 Subject: [PATCH] Fix version in package.json for publishing to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d31b3c1..d5e51a9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .", "test": "npm run lint && npm run jest" }, - "version": "1.2.11", + "version": "1.2.12", "dependencies": { "auth0-js": "^6.8.4", "config": "^3.2.0",