Skip to content

Commit 85c5fc4

Browse files
author
sw-yx
committedMay 30, 2019
0.1.1
1 parent 77099a3 commit 85c5fc4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v0.1.1](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.0...v0.1.1) - 2019-05-30
11+
12+
### Merged
13+
14+
- Use context api [`#9`](https://github.com/sw-yx/react-netlify-identity/pull/9)
15+
16+
### Commits
17+
18+
- change settings api and remove useMemo call [`77099a3`](https://github.com/sw-yx/react-netlify-identity/commit/77099a307aba8525da8689d5f4a7175f27e619db)
19+
- fix build [`964b3ae`](https://github.com/sw-yx/react-netlify-identity/commit/964b3ae401a7cffa3a2b5eeb837a4ab6aec6343a)
20+
1021
## [v0.1.0](https://github.com/sw-yx/react-netlify-identity/compare/v0.0.16...v0.1.0) - 2019-05-30
1122

1223
### Commits

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-netlify-identity",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "use netlify identity with react",
55
"author": "sw-yx",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.