Skip to content

Commit

Permalink
update v 0.4.18
Browse files Browse the repository at this point in the history
  • Loading branch information
salvoravida committed May 10, 2018
1 parent 4962a0a commit b186204
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ const MyProtectedPage = withAdalLoginApi(MyPage, () => <Loading />, (error) => <
```
# changelog
```
v0.4.18
!adalFetch options fix
+es5 lib
v0.4.17
+update adal.js to 1.0.17
+added withAdalLogin HOC for login only on a single Route
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": "react-adal",
"version": "0.4.17",
"version": "0.4.18",
"description": "Azure Active Directory (ADAL) support for ReactJS",
"main": "lib/react-adal.js",
"scripts": {
Expand Down

0 comments on commit b186204

Please sign in to comment.