Skip to content

Commit b186204

Browse files
committed
update v 0.4.18
1 parent 4962a0a commit b186204

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ const MyProtectedPage = withAdalLoginApi(MyPage, () => <Loading />, (error) => <
9494
```
9595
# changelog
9696
```
97+
v0.4.18
98+
!adalFetch options fix
99+
+es5 lib
100+
97101
v0.4.17
98102
+update adal.js to 1.0.17
99103
+added withAdalLogin HOC for login only on a single Route

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-adal",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "Azure Active Directory (ADAL) support for ReactJS",
55
"main": "lib/react-adal.js",
66
"scripts": {

0 commit comments

Comments
 (0)