multi-tasks 2.1.1 → 2.1.3

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -111,7 +111,8 @@ let processTask = (task, helper)=>{
111
111
 
112
112
  Changelog:
113
113
 
114
- - 2.1.1 Fixbug: recreate a new one when a worker collapsed unexpectedly.
114
+ - 2.1.2 Update readme
115
+ - 2.1.1 Fix: recreate a new one when a worker collapsed unexpectedly.
115
116
  - 2.1.0 Add a new output directory "log" where you can view the process time of each subtask
116
117
  - 2.0.9 Update readme examples
117
118
  - 2.0.8 Update readme examples
@@ -144,3 +145,7 @@ Changelog:
144
145
  Github:
145
146
 
146
147
  [https://github.com/zhanglei923/multi-tasks](https://github.com/zhanglei923/multi-tasks)
148
+
149
+ Support / Bug Report:
150
+
151
+ [mailto:zhangleisupport923@163.com](zhangleisupport923@163.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multi-tasks",
3
- "version": "2.1.1",
3
+ "version": "2.1.3",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {