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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-tasks",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {