From 4175e53d5825589ac3047692301ff069706f7a7f Mon Sep 17 00:00:00 2001 From: Juhana Jauhiainen Date: Mon, 13 Jan 2025 21:49:55 +0200 Subject: [PATCH] fix: bump version and fix incorrect build files --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ca9a3c..3e11dd5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remix-auth-microsoft", - "version": "3.0.0", + "version": "3.0.1", "main": "./build/index.js", "types": "./build/index.d.ts", "type": "module",