@wordpress/priority-queue
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 2.2.0 (2021-07-21) | ||
## 2.1.0 (2021-05-20) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/priority-queue", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "Generic browser priority queue.", | ||
@@ -36,3 +36,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "954d6776be2ee80b5975e4ced6a3d481d8a89354" | ||
"gitHead": "743b70f86f1e75fd66a583bf659f2b2fe5daf1cc" | ||
} |
@@ -19,3 +19,3 @@ # Priority Queue | ||
<a name="createQueue" href="#createQueue">#</a> **createQueue** | ||
### createQueue | ||
@@ -22,0 +22,0 @@ Creates a context-aware queue that only executes |
94888