Skip to content

Commit c03000f

Browse files
committed
v1.2.0
1 parent 36ec139 commit c03000f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

HISTORY.md

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

3+
#### 1.2.0
4+
5+
- Added ability to queue a function (in addition to selectors) ([**@corrideat**](https://github.com/corrideat))
6+
- Improved `'okTurtles.eventQueue/queuedInvocations'` to support showing all queues
7+
38
#### 1.1.0
49

510
- Convert codebase to TypeScript ([**@corrideat**](https://github.com/corrideat))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sbp/okturtles.eventqueue",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Synchronize asynchronous SBP invocations",
55
"main": "dist/umd/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)