From 8acce0fd8eca03d95aeba5f6dc5b9b4e28c813f1 Mon Sep 17 00:00:00 2001 From: Stig Ofstad Date: Fri, 19 May 2023 15:45:13 +0200 Subject: [PATCH] bump version --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 670e544..44f67e5 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "react-oauth2-code-pkce", - "version": "1.13.4", + "version": "1.13.5", "description": "Provider agnostic react package for OAuth2 Authorization Code flow with PKCE", "main": "dist/index.js", "types": "dist/index.d.ts",