v2.2.0
New API
- Added a
timeoutoption toacquireAsync. If the lock is not acquired before the timeout elapses, the promise returned fromacquireAsyncis rejected with an error.
Internal
- Use Sets instead of arrays internally
- Run tests on Node 16 and 18