diff --git a/docs/markdown/changelog.md b/docs/markdown/changelog.md index a9dd79c9..e5af9a6d 100644 --- a/docs/markdown/changelog.md +++ b/docs/markdown/changelog.md @@ -6,7 +6,7 @@ **Improvements** - 使用 TypeScript 重构组件 [\#604](https://github.com/youzan/vant-weapp/pull/604) -- 编译工具升级至 babel7 和 precss 3.0 [\#656](https://github.com/youzan/vant-weapp/pull/656) [\#655](https://github.com/youzan/vant-weapp/pull/655) +- 编译工具升级至 babel 7 和 precss 3.0 [\#656](https://github.com/youzan/vant-weapp/pull/656) [\#655](https://github.com/youzan/vant-weapp/pull/655) - 新增 Radio 单选框组件 [\#629](https://github.com/youzan/vant-weapp/pull/629) - Button: 新增 id 属性 [\#650](https://github.com/youzan/vant-weapp/pull/650) - Dialog: 支持 open-type 回调事件 [\#651](https://github.com/youzan/vant-weapp/pull/651) diff --git a/package.json b/package.json index f644f831..d1e18d40 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "release": "sh build/release.sh", "build:lib": "rm -rf dist && NODE_ENV=production node build/compiler.js", "build:site": "rm -rf docs/dist && cross-env NODE_ENV=production webpack --config build/webpack.doc.prd.js && gh-pages -d docs/dist", - "build:changelog": "vant-doc changelog --tag v0.3.0 ./docs/markdown/changelog.generated.md" + "build:changelog": "vant-doc changelog --tag v0.3.0 ./dist/changelog.md" }, "files": [ "dist"