Skip to content

Commit 7c452b5

Browse files
committed
🔖 Version 1.2.0
1 parent 4245168 commit 7c452b5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
<a name="1.2.0"></a>
4+
## 1.2.0 (2022-01-31)
5+
6+
### Added
7+
8+
- ✨ Add pop/shift methods for SlidingTaskMap [[2fb3682](https://github.com/Tomas2D/promise-based-task/commit/2fb368235bfb9aa28bc6d3755709e58982fd5cb3)]
9+
10+
### Changed
11+
12+
- ♻️ Improve typing [[b051f5b](https://github.com/Tomas2D/promise-based-task/commit/b051f5b8b20e7b4155feb0728b1c66a1d01608c7)]
13+
14+
### Miscellaneous
15+
16+
- 📝 Mention SlidingTaskMap type definition in README [[4245168](https://github.com/Tomas2D/promise-based-task/commit/42451688fe7c7ec367bb751ad0af2069aa258d98)]
17+
18+
319
<a name="1.1.0"></a>
420
## 1.1.0 (2022-01-18)
521

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.1.0",
10+
"version": "1.2.0",
1111
"main": "./lib/index.js",
1212
"types": "./lib/index.d.ts",
1313
"files": [

0 commit comments

Comments
 (0)