docs: 更新changelog

This commit is contained in:
DefectingCat
2020-12-30 13:18:01 +08:00
parent d0b704ab8c
commit f96eb1c622
2 changed files with 9 additions and 3 deletions

View File

@ -1,10 +1,16 @@
# 0.0.0 (2020-12-30)
## 0.0.1 (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))
* **添加changelog:** 使用 commit 规范 ([d0b704a](https://e.coding.net/Defectink/blog/blog/commits/d0b704ab8c0559c739283d4885c7bc926727d3e0))
### BREAKING CHANGES
* **添加changelog:** 修改了npm源

View File

@ -1,6 +1,6 @@
{
"name": "hexo-site",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "hexo generate",
@ -10,7 +10,7 @@
"dev": "hexo cl && hexo g && gulp",
"go": "hexo cl && hexo g && gulp && hexo d",
"cz": "cz",
"cl": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
"cl": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"hexo": {
"version": "5.3.0"