Skip to content

Commit 70846e8

Browse files
author
sw-yx
committed
docs: changelog
1 parent a9c77b2 commit 70846e8

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

CHANGELOG.md

+9-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ 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.0.3](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.1...v0.0.3) - 2019-04-24
10+
## [v0.0.4](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.2...v0.0.4) - 2019-04-24
11+
12+
### Commits
13+
14+
- docs: docs [`ef916b1`](https://github.com/sw-yx/react-netlify-identity-widget/commit/ef916b11dc390e0ade81aecbe7b02d6c8a7f366d)
15+
- fix: basic working identity usage [`f4a7166`](https://github.com/sw-yx/react-netlify-identity-widget/commit/f4a7166f5919b2c5880bf349e6c59e8b41876d82)
16+
- fix: working login/logout components [`a9c77b2`](https://github.com/sw-yx/react-netlify-identity-widget/commit/a9c77b217da49837fceb6aca711a8254978f46a8)
17+
18+
## [v0.0.2](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.1...v0.0.2) - 2019-04-22
1119

1220
### Commits
1321

1422
- fix dist [`4746911`](https://github.com/sw-yx/react-netlify-identity-widget/commit/474691107f143205dbf89085a26053dce190e585)
1523
- fix: fix it [`8a2ffbd`](https://github.com/sw-yx/react-netlify-identity-widget/commit/8a2ffbda8cbadcbefa34118dbac67e86685d842b)
1624
- fix(filename): just adding husky [`1d748c3`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1d748c33c44a300b55b58e6a4490a78691bea33e)
1725

18-
## v0.0.2 - 2019-04-22
19-
2026
## v0.0.1 - 2019-04-22

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-netlify-identity-widget",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"main": "dist/index.js",
55
"umd:main": "dist/reactNetlifyIdentityWidget.umd.production.js",
66
"module": "dist/reactNetlifyIdentityWidget.es.production.js",

0 commit comments

Comments
 (0)