Skip to content

Commit dbd9a06

Browse files
author
sw-yx
committed
fix: exec version
1 parent 0afe755 commit dbd9a06

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

1212
### Commits
1313

1414
- fix dist [`4746911`](https://github.com/sw-yx/react-netlify-identity-widget/commit/474691107f143205dbf89085a26053dce190e585)
1515
- fix(filename): just adding husky [`1d748c3`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1d748c33c44a300b55b58e6a4490a78691bea33e)
16+
- fix: changelog [`0afe755`](https://github.com/sw-yx/react-netlify-identity-widget/commit/0afe755afdaffaa14877ef2d59c914217fb75834)
1617

1718
## v0.0.1 - 2019-04-22

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"build": "tsdx build",
1414
"test": "tsdx test",
1515
"commit": "git-cz",
16-
"version": "auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
16+
"version": "exec < /dev/tty && auto-changelog -p --template keepachangelog && git add CHANGELOG.md",
1717
"prepublishOnly": "git push && git push --tags && gh-release"
1818
},
1919
"husky": {

0 commit comments

Comments
 (0)