Skip to content

Commit

Permalink
fix(changelog): fix some changelog
Browse files Browse the repository at this point in the history
修改package.json 配置以及changelog修改
  • Loading branch information
luoxue committed Nov 18, 2019
1 parent 336cc13 commit 3bc624a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# 1.0.0 (2019-11-18)
# 1.0.0 (2019-11-18)

### 🌟 新功能

* **all:** 初始化一个项目 ([336cc13](https://github.com/luoxue-victor/learn_webpack/commit/336cc13))
* asd ([d278787](https://github.com/luoxue-victor/learn_webpack/commit/d278787))
* **修改了配置文件:** i feat a config ([382c60c](https://github.com/luoxue-victor/learn_webpack/commit/382c60c))
* 你好 ([6e534da](https://github.com/luoxue-victor/learn_webpack/commit/6e534da))
* asasdasasd ([8f9515f](https://github.com/luoxue-victor/learn_webpack/commit/8f9515f))
* **asdasdasdas:** 你爱哈的 ([ea12f9c](https://github.com/luoxue-victor/learn_webpack/commit/ea12f9c))
* **config:** add config option ([83c9f1e](https://github.com/luoxue-victor/learn_webpack/commit/83c9f1e))
* **daasd:** asdasd ([0b6ee85](https://github.com/luoxue-victor/learn_webpack/commit/0b6ee85))
* **feat:** aaaaa ([73abf42](https://github.com/luoxue-victor/learn_webpack/commit/73abf42))
* **feat:** asdada ([64090c7](https://github.com/luoxue-victor/learn_webpack/commit/64090c7))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "学习webpack",
"main": "index.js",
"scripts": {
"log": "conventional-changelog --config commit/lib/log -i CHANGELOG.md -s -r 1",
"log": "conventional-changelog --config commit/lib/log -i CHANGELOG.md -s -r 0",
"cz": "git add . && git cz"
},
"repository": {
Expand Down

0 comments on commit 3bc624a

Please sign in to comment.