Skip to content

Commit 961528f

Browse files
committed
chore: Update .gitignore and CHANGELOG.md
1 parent 1615dab commit 961528f

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/node_modules
66
/umd
77
npm-debug.log*
8+
.DS_Store

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@
55
- Make the pop up center of the screen
66
- Update demo link in README.md
77
- Update scope for demo
8+
9+
### 1.0.7
10+
11+
### Features
12+
- Be able to render custom element (Thank @YBeck for your contribution)
13+
- Support IE11, please see #support-ie in README.md for more detail
14+
- Check `state` to avoid CSRF attack
15+
16+
### Fixes
17+
- Remove unnecessary `console.log`

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,7 @@ See `demo/src/index.js` for examples.
2525
- [Issues](#issues)
2626

2727
## Changelog
28-
### 1.0.7
29-
- Remove unnecessary `console.log`
30-
- Be able to render custom element (Thank @YBeck for your contribution)
31-
- Support IE11, please see #support-ie for more detail
32-
- Check `state` to avoid CSRF attack
28+
See [CHANGELOG.md](https://github.com/nvh95/react-linkedin-login-oauth2/blob/master/CHANGELOG.md)
3329

3430
## Installation
3531
```

0 commit comments

Comments
 (0)