Commit 58f05b9f by 无尘

feat: 增加 changelog

parent 5b84e2d5
## 1.0.1 (2019-05-16)
### Bug Fixes
* 修改下载 ([5285aa8](http://115.159.76.241/office/haobanDevOps/commits/5285aa8))
* 修改头部 ([5b84e2d](http://115.159.76.241/office/haobanDevOps/commits/5b84e2d))
* 修改接口域名 ([947aa50](http://115.159.76.241/office/haobanDevOps/commits/947aa50))
* 修改文案 ([a1ca4c4](http://115.159.76.241/office/haobanDevOps/commits/a1ca4c4))
* 修改文案 ([ab23f56](http://115.159.76.241/office/haobanDevOps/commits/ab23f56))
* 修改获取菜单 ([a9bd651](http://115.159.76.241/office/haobanDevOps/commits/a9bd651))
* 修改路径 ([860c302](http://115.159.76.241/office/haobanDevOps/commits/860c302))
* 修改路径 ([6338385](http://115.159.76.241/office/haobanDevOps/commits/6338385))
* 修改退出接口 ([b9fb233](http://115.159.76.241/office/haobanDevOps/commits/b9fb233))
* 去掉修改密码 ([1571777](http://115.159.76.241/office/haobanDevOps/commits/1571777))
### Features
* 增加好办运维后台 ([07df1ec](http://115.159.76.241/office/haobanDevOps/commits/07df1ec))
* 增加接口 ([57caa80](http://115.159.76.241/office/haobanDevOps/commits/57caa80))
{ {
"name": "operation-platform", "name": "devops-platform",
"version": "1.0.0", "version": "1.0.1",
"description": "A Vue.js project", "description": "A Vue.js project",
"author": "zhu_yu_dan <zhuyudan@demogic.com>", "author": "zhu_yu_dan <zhuyudan@demogic.com>",
"private": true, "private": true,
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
"start": "npm run dev", "start": "npm run dev",
"build": "node build/build.js", "build": "node build/build.js",
"formatmac": "onchange 'src/**/*.js' -- prettier --write {{changed}}", "formatmac": "onchange 'src/**/*.js' -- prettier --write {{changed}}",
"formatwin": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}" "formatwin": "onchange \"test/**/*.js\" \"src/**/*.js\" \"src/**/*.vue\" -- prettier --write {{changed}}",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
}, },
"dependencies": { "dependencies": {
"axios": "^0.18.0", "axios": "^0.18.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment