diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a74a39..6151ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)) \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 159fac0..ba870ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@plusauth/web", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@plusauth/web", - "version": "0.3.0-beta.2", + "version": "0.3.0-beta.3", "license": "MIT", "dependencies": { "@simplewebauthn/browser": "^6.0.0", diff --git a/package.json b/package.json index 617e2bd..883242f 100644 --- a/package.json +++ b/package.json @@ -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",