From d7f47624d4a9101718525302669aa67a800cd9ea Mon Sep 17 00:00:00 2001 From: "Ismail H. Ayaz" Date: Tue, 27 Jul 2021 16:09:21 +0300 Subject: [PATCH] chore: release v0.3.0-beta.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9ca46c..5880dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.3.0-beta.1](https://github.com/PlusAuth/plusauth-web/compare/v0.3.0-beta.0...v0.3.0-beta.1) (2021-07-27) + + +### Features + +* finger vein mfa type ([e6e3794](https://github.com/PlusAuth/plusauth-web/commit/e6e3794c65c1610983063d2e35fb8975f038f69a)) + + +### Performance Improvements + +* unnecessary nullish operator ([23b7973](https://github.com/PlusAuth/plusauth-web/commit/23b79737477fb4b712a6200ee6191cdaaabcc7b3)) + # [0.3.0-beta.0](https://github.com/PlusAuth/plusauth-web/compare/v0.2.0...v0.3.0-beta.0) (2021-07-26) diff --git a/package.json b/package.json index e4026c7..fe9cdf0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@plusauth/web", - "version": "0.3.0-beta.0", + "version": "0.3.0-beta.1", "description": "PlusAuth Web Util", "main": "dist/plusauth-web.js", "types": "dist/plusauth-web.d.ts",