Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Commit 95b75a3

Browse files
committed
docs: fix changelog bugs
1 parent 224dbab commit 95b75a3

File tree

2 files changed

+1
-24
lines changed

2 files changed

+1
-24
lines changed

CHANGELOG.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,3 @@
2020

2121

2222

23-
<a name="2.1.3"></a>
24-
## 2.1.3 (2017-11-14)
25-
26-
27-
### Bug Fixes
28-
29-
* **helper:** load url error ([991d9aa](https://github.com/EYHN/hexo-helper-live2d/commit/991d9aa))
30-
* [#16](https://github.com/EYHN/hexo-helper-live2d/issues/16) ([4816b54](https://github.com/EYHN/hexo-helper-live2d/commit/4816b54))
31-
* bottomOffset to verticalOffset ([6d432b8](https://github.com/EYHN/hexo-helper-live2d/commit/6d432b8))
32-
* fix touch event ([02f4176](https://github.com/EYHN/hexo-helper-live2d/commit/02f4176))
33-
* follow pointer not works ([6dd0689](https://github.com/EYHN/hexo-helper-live2d/commit/6dd0689))
34-
* mouseleave event ([8289677](https://github.com/EYHN/hexo-helper-live2d/commit/8289677))
35-
* script can't load ([3426e79](https://github.com/EYHN/hexo-helper-live2d/commit/3426e79))
36-
* tap point position ([8e8540e](https://github.com/EYHN/hexo-helper-live2d/commit/8e8540e))
37-
38-
39-
### Features
40-
41-
* new models ([26b8179](https://github.com/EYHN/hexo-helper-live2d/commit/26b8179))
42-
43-
44-

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424
"dev": "webpack -w",
2525
"devenv": "npm install -g commitizen&&npm install -g cz-conventional-changelog&&npm install -g webpack&&npm install -g conventional-changelog-cli&&npm install",
2626
"commit": "git-cz",
27-
"rewritechangelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
28-
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
27+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
2928
},
3029
"author": "EYHN",
3130
"license": "GPL-2.0",

0 commit comments

Comments
 (0)