Skip to content

Commit 761e38f

Browse files
committed
chore: add changelog 4.2.2
1 parent 78899a0 commit 761e38f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="4.2.2"></a>
2+
## [4.2.2](https://github.com/QingWei-Li/docsify/compare/v4.2.1...v4.2.2) (2017-07-24)
3+
4+
5+
### Bug Fixes
6+
7+
* style rerender due to setting themeColor ([17ff3d1](https://github.com/QingWei-Li/docsify/commit/17ff3d1))
8+
9+
10+
111
<a name="4.2.1"></a>
212
## [4.2.1](https://github.com/QingWei-Li/docsify/compare/v4.2.0...v4.2.1) (2017-07-19)
313

build/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then
3333
npm version $VERSION --message "[release] $VERSION $RELEASE_TAG"
3434

3535
# changelog
36-
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s
36+
node_modules/.bin/conventional-changelog -p angular -i CHANGELOG.md -s -r 2
3737

3838
git add .
3939
git commit -m "chore: add changelog $VERSION"

0 commit comments

Comments
 (0)