Skip to content

Commit c4fef86

Browse files
author
sw-yx
committed
docs: log
1 parent 8a2ffbd commit c4fef86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ 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-22
10+
## v0.0.1 - 2019-04-22
11+
12+
## [v0.0.0-development](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.1...v0.0.0-development) - 2019-04-22
1113

1214
### Commits
1315

1416
- fix dist [`4746911`](https://github.com/sw-yx/react-netlify-identity-widget/commit/474691107f143205dbf89085a26053dce190e585)
1517
- fix(filename): just adding husky [`1d748c3`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1d748c33c44a300b55b58e6a4490a78691bea33e)
1618
- fix: changelog [`0afe755`](https://github.com/sw-yx/react-netlify-identity-widget/commit/0afe755afdaffaa14877ef2d59c914217fb75834)
17-
18-
## v0.0.1 - 2019-04-22

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"husky": {
2121
"hooks": {
22-
"prepare-commit-msg": "exec < /dev/tty && npm run changelog && git cz --hook"
22+
"prepare-commit-msg": "exec < /dev/tty && npm run changelog && git add CHANGELOG.md && git cz --hook"
2323
}
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)