Skip to content

Commit 76d6312

Browse files
committed
🔖 Version 1.1.0
1 parent f89b0a8 commit 76d6312

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
<a name="1.0.0"></a>
416
## 1.0.0 (2021-12-27)
517

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"promise based task",
88
"promise task map"
99
],
10-
"version": "1.0.0",
10+
"version": "1.1.0",
1111
"main": "./lib/index.js",
1212
"types": "./lib/index.d.ts",
1313
"files": [

0 commit comments

Comments
 (0)