Skip to content

Commit

Permalink
chore: release v0.0.2-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayZagen committed Jun 5, 2020
1 parent f70a86b commit 6c60031
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 0.0.2-alpha.2 (2020-06-05)


### Features

* auth service common methods created ([057b99b](https://github.com/PlusAuth/plusauth-web/commit/057b99b57256d17a67cdf230a2576c44a76b1f7e))
* base services created ([87b5993](https://github.com/PlusAuth/plusauth-web/commit/87b59930a19196f4224617e52185d06885728c61))
* http util created ([3127d34](https://github.com/PlusAuth/plusauth-web/commit/3127d34a28bf8cf645f2fbe148fbad69338b7541))
* http util created ([7a5980d](https://github.com/PlusAuth/plusauth-web/commit/7a5980d00ebc82e64bb58f3558e3e85acfa68404))
* 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))
* validate password even if it is null ([c5135f3](https://github.com/PlusAuth/plusauth-web/commit/c5135f31af39f88ae2332599f28b7c48468121ef))
* verification token type constant created ([8284c2b](https://github.com/PlusAuth/plusauth-web/commit/8284c2ba7228eab6ebfc85f835589e8733f965d8))

## 0.0.2-alpha.0 (2020-05-17)


Expand Down
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.0.2-alpha.1",
"version": "0.0.2-alpha.2",
"description": "PlusAuth Web Util",
"main": "dist/plusauth-web.js",
"types": "dist/plusauth-web.d.ts",
Expand Down

0 comments on commit 6c60031

Please sign in to comment.