We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89b0a8 commit 76d6312Copy full SHA for 76d6312
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+<a name="1.1.0"></a>
4
+## 1.1.0 (2022-01-18)
5
+
6
+### Added
7
8
+- ✨ Add SlidingTaskMap [[f89b0a8](https://github.com/Tomas2D/promise-based-task/commit/f89b0a81048c8385cacd04d268cc6c8e81fd5ac1)]
9
10
+### Miscellaneous
11
12
+- Update README.md [[b65526b](https://github.com/Tomas2D/promise-based-task/commit/b65526b636c535a6383930b094346f46ffb3a600)]
13
14
15
<a name="1.0.0"></a>
16
## 1.0.0 (2021-12-27)
17
package.json
@@ -7,7 +7,7 @@
"promise based task",
"promise task map"
],
- "version": "1.0.0",
+ "version": "1.1.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
0 commit comments