From 0dbab0c2caeb3da529fb6436aa9310ef46ffc7aa Mon Sep 17 00:00:00 2001 From: Justin Gasper Date: Thu, 11 Jan 2024 15:07:35 +1100 Subject: [PATCH] Versioning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d772c8..c76d4f7 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.13", + "version": "1.2.14", "dependencies": { "auth0-js": "^6.8.4", "config": "^3.2.0",