We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cca344d commit 08fc659Copy full SHA for 08fc659
HISTORY.md
@@ -1,3 +1,9 @@
1
+## 0.8.0
2
+
3
+`2017-04-18`
4
5
+- refactor: not replace webpackConfig.plugins any more, all user to customize
6
7
## 0.7.3
8
9
`2017-03-28`
package.json
@@ -1,6 +1,6 @@
{
"name": "atool-doc",
- "version": "0.7.5",
+ "version": "0.8.0",
"description": "Static demo site generator based on atool-build & dora.",
"keywords": [
"atool",
@@ -39,7 +39,7 @@
39
"coveralls": "cat ./coverage/lcov.info | coveralls"
40
},
41
"peerDependencies": {
42
- "atool-build": "~0.7.0",
+ "atool-build": "~0.10.0",
43
"dora": "~0.3.0"
44
45
"dependencies": {
0 commit comments