feat(添加changelog): 使用 commit 规范

使用 commit 规范,添加了changelog。

BREAKING CHANGE: 修改了npm源
This commit is contained in:
DefectingCat
2020-12-30 11:50:11 +08:00
parent 784eda3a9f
commit d0b704ab8c
3 changed files with 2523 additions and 21 deletions

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
# 0.0.0 (2020-12-30)
### Features
* **更新文章:** ajax入门 ([de59640](https://e.coding.net/Defectink/blog/blog/commits/de59640a4b9a7c779340ceb28000dd0e80f87ac1))
* **更新文章:** javaScript 的类 ([784eda3](https://e.coding.net/Defectink/blog/blog/commits/784eda3a9f2eb8a221c11cba0ba27dc22f4c71de))

2529
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,9 @@
"deploy": "hexo deploy",
"server": "hexo server",
"dev": "hexo cl && hexo g && gulp",
"go": "hexo cl && hexo g && gulp && hexo d"
"go": "hexo cl && hexo g && gulp && hexo d",
"cz": "cz",
"cl": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"hexo": {
"version": "5.3.0"
@ -16,6 +18,7 @@
"dependencies": {
"babel": "^6.23.0",
"commitizen": "^4.2.2",
"conventional-changelog-cli": "^2.1.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-htmlclean": "^2.7.22",