From 61935f046b8a040b4cdb520ef0b94730b454644d Mon Sep 17 00:00:00 2001 From: Automated Version Bump Date: Mon, 9 Jan 2023 20:36:22 +0000 Subject: [PATCH] ci: version bump to 5.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55c496b..11a258e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "auth-server-template", "description": "Auth Server Template is a generic open-source authentication server that has a simple yet powerful design to connect your business with all OAuth 2.0 and OAuth supporting third-party companies (like Google, Facebook, Twitter, or LinkedIn). It also supports a basic username-password authentication system.", - "version": "5.0.0", + "version": "5.0.1", "license": "MIT", "main": "auth-server.main.ts", "scripts": {