Skip to content

Commit 41abaaa

Browse files
committed
chore: release v0.3.0-beta.3
1 parent ef3c04c commit 41abaaa

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2+
3+
# [0.3.0-beta.3](https://github.com/PlusAuth/plusauth-web/compare/v0.3.0-beta.2...v0.3.0-beta.3) (2022-09-27)
4+
5+
6+
### Features
7+
8+
* webauthn helper functions ([929e414](https://github.com/PlusAuth/plusauth-web/commit/929e4145d2cc105a767d54cff68e5e5ebda2fb5d))
9+
110
# [0.3.0-beta.2](https://github.com/PlusAuth/plusauth-web/compare/v0.3.0-beta.1...v0.3.0-beta.2) (2021-08-05)
211

312
# [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)
@@ -84,5 +93,4 @@
8493
* initial api extractor config created ([846e8f7](https://github.com/PlusAuth/plusauth-web/commit/846e8f7fe19a4b7004b8f057e7c66ae22858d416))
8594
* initial dependencies added ([1cf3f08](https://github.com/PlusAuth/plusauth-web/commit/1cf3f0813932038686d1a73e6f3d55e2a12c7f97))
8695
* mfa code validation method created ([04ce81b](https://github.com/PlusAuth/plusauth-web/commit/04ce81b2479297494845b39f0c46829714bbd31e))
87-
* verification token type constant created ([8284c2b](https://github.com/PlusAuth/plusauth-web/commit/8284c2ba7228eab6ebfc85f835589e8733f965d8))
88-
96+
* verification token type constant created ([8284c2b](https://github.com/PlusAuth/plusauth-web/commit/8284c2ba7228eab6ebfc85f835589e8733f965d8))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plusauth/web",
3-
"version": "0.3.0-beta.2",
3+
"version": "0.3.0-beta.3",
44
"description": "PlusAuth Web Util",
55
"main": "dist/plusauth-web.js",
66
"types": "dist/plusauth-web.d.ts",

0 commit comments

Comments
 (0)