multi-tasks 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,6 +127,8 @@ let processTask = (task, helper)=>{
|
|
|
127
127
|
|
|
128
128
|
Changelog:
|
|
129
129
|
|
|
130
|
+
- 2.0.7 Update changelog
|
|
131
|
+
- 2.0.6 Update readme, remove failed examples
|
|
130
132
|
- 2.0.5 Update readme examples
|
|
131
133
|
- 2.0.4 Support resume from a failed task
|
|
132
134
|
- 2.0.3 Fix: mkdir bug on windows
|