diff --git a/HISTORY.md b/HISTORY.md index cc25081..96b76d0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -2,6 +2,11 @@ --- +## 0.10.1 + +- `revert`: 回滚 svg-sprite-loader +- `test`: 补充用例 svg 和 common + ## 0.10.0 - `breaking`: 在 watch 模式下关闭 UglifyJsPlugin 和 DedupePlugin ,如果开启则会引起调试时不可预测的诡异问题。[#265](https://github.com/ant-tool/atool-build/issues/265) diff --git a/package.json b/package.json index 59b4d3c..f6728cd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atool-build", - "version": "0.10.0", + "version": "0.10.1", "description": "Build tool based on webpack", "repository": { "type": "git",