Skip to content

Commit 2f99a7e

Browse files
committed
2.1.0
1 parent 279d52d commit 2f99a7e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ <h3> </h3>
5050
</div>
5151

5252
<nav>
53-
<h2><a href="index.html">Home</a></h2><h3>Global</h3><ul><li><a href="global.html#end">end</a></li><li><a href="global.html#flush">flush</a></li><li><a href="global.html#run">run</a></li><li><a href="global.html#stat">stat</a></li><li><a href="global.html#wait">wait</a></li></ul>
53+
<h2><a href="index.html">Home</a></h2>
5454
</nav>
5555

5656
<br class="clear">
5757

5858
<footer>
59-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Tue Jan 24 2023 19:53:17 GMT+0100 (Central European Standard Time)
59+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Wed Jan 25 2023 11:13:42 GMT+0100 (Central European Standard Time)
6060
</footer>
6161

6262
<script> prettyPrint(); </script>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "async-await-queue",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "async/await simple priority queues",
55
"main": "cjs/index.cjs",
66
"module": "es6/index.mjs",

0 commit comments

Comments
 (0)