Skip to content

Commit

Permalink
chore: release v0.3.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Sep 27, 2022
1 parent ef3c04c commit 41abaaa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@


# [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)


### Features

* webauthn helper functions ([929e414](https://github.com/PlusAuth/plusauth-web/commit/929e4145d2cc105a767d54cff68e5e5ebda2fb5d))

# [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)

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

* verification token type constant created ([8284c2b](https://github.com/PlusAuth/plusauth-web/commit/8284c2ba7228eab6ebfc85f835589e8733f965d8))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plusauth/web",
"version": "0.3.0-beta.2",
"version": "0.3.0-beta.3",
"description": "PlusAuth Web Util",
"main": "dist/plusauth-web.js",
"types": "dist/plusauth-web.d.ts",
Expand Down

0 comments on commit 41abaaa

Please sign in to comment.