Skip to content

Commit b587c35

Browse files
author
sw-yx
committed
chglog
1 parent e55e3db commit b587c35

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ 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.12](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.12...v0.0.12) - 2019-04-24
11+
12+
## [v0.0.11](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.9...v0.0.11) - 2019-04-24
13+
14+
### Commits
15+
16+
- pkg json [`1b0e77f`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1b0e77f652e06d1861a0430432ac0128964e0fda)
17+
- pkgjson [`5dec8d1`](https://github.com/sw-yx/react-netlify-identity-widget/commit/5dec8d143b156b55f9fe4caba8f9863ee8aed97b)
18+
- pkg [`1deb7a1`](https://github.com/sw-yx/react-netlify-identity-widget/commit/1deb7a1709ee5d7451ee210943d5d076b3fe2911)
19+
1020
## [v0.0.9](https://github.com/sw-yx/react-netlify-identity-widget/compare/v0.0.8...v0.0.9) - 2019-04-24
1121

1222
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"start": "tsdx watch",
1515
"build": "tsdx build",
1616
"test": "tsdx test",
17-
"version": "tsdx build || auto-changelog -p --template keepachangelog && git add .",
17+
"version": "tsdx build && auto-changelog -p --template keepachangelog && git add .",
1818
"prepublishOnly": "git push && git push --tags && gh-release"
1919
},
2020
"devDependencies": {

0 commit comments

Comments
 (0)