Skip to content

Commit feb70e8

Browse files
committed
0.2.0
1 parent b69f231 commit feb70e8

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,29 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6-
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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

10+
## [v0.2.0](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.9...v0.2.0) - 2020-01-15
11+
12+
### Merged
13+
14+
- recoverAccount workflow... and a bit more [`#30`](https://github.com/sw-yx/react-netlify-identity/pull/30)
15+
- Bump safer-eval from 1.3.3 to 1.3.5 in /examples/example-reach-ro… [`#23`](https://github.com/sw-yx/react-netlify-identity/pull/23)
16+
- Bump mixin-deep from 1.3.1 to 1.3.2 [`#19`](https://github.com/sw-yx/react-netlify-identity/pull/19)
17+
- Bump mixin-deep from 1.3.1 to 1.3.2 in /examples/example-reach-ro… [`#20`](https://github.com/sw-yx/react-netlify-identity/pull/20)
18+
- Bump lodash from 4.17.11 to 4.17.15 [`#21`](https://github.com/sw-yx/react-netlify-identity/pull/21)
19+
- Bump lodash from 4.17.11 to 4.17.15 in /examples/example-reach-ro… [`#22`](https://github.com/sw-yx/react-netlify-identity/pull/22)
20+
- Added example [`#18`](https://github.com/sw-yx/react-netlify-identity/pull/18)
21+
22+
### Commits
23+
24+
- chore(deps): bumped versions of all dependencies [`2e5cdba`](https://github.com/sw-yx/react-netlify-identity/commit/2e5cdbaf7258a4405c61fe96e532670df1a09008)
25+
- Add example [`18bf4ba`](https://github.com/sw-yx/react-netlify-identity/commit/18bf4ba32097464ac10c16f5096a696bf965193a)
26+
- fix(index): group state & effects, memoize functions [`3cd647c`](https://github.com/sw-yx/react-netlify-identity/commit/3cd647c2d6a25a695f696a166c29034bd40e03e1)
27+
1028
## [v0.1.9](https://github.com/sw-yx/react-netlify-identity/compare/v0.1.8...v0.1.9) - 2019-07-02
1129

1230
### Merged

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.9",
3+
"version": "0.2.0",
44
"description": "use netlify identity with react",
55
"author": "sw-yx",
66
"license": "MIT",

0 commit comments

Comments
 (0)