From 8f5e6a44835128c088435f9a7da2c60dc7dbcf84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Fri, 6 Oct 2023 04:57:59 +0000 Subject: [PATCH] 1.11.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 291f0e8..2b520c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remix-auth-oauth2", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "remix-auth-oauth2", - "version": "1.10.0", + "version": "1.11.0", "license": "MIT", "dependencies": { "debug": "^4.3.4" diff --git a/package.json b/package.json index 6072aa7..bde0a93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth-oauth2", - "version": "1.10.0", + "version": "1.11.0", "main": "./build/index.js", "types": "./build/index.d.ts", "homepage": "https://github.com/sergiodxa/remix-auth-oauth2#readme",