Skip to content

Commit

Permalink
Releasing version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Jul 16, 2021
1 parent 3971520 commit 7d3502a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the package will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.3.1] - 2021-07-16
### Fixed:
- Fixed the implementation of `AsyncMutex` which was not behaving as intended when more than two tasks contended for a lock.

## [1.3.0] - 2021-07-07
### Added:
- `AsyncMutex`, a simple async lock implementation for test serialization.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-js-test-helpers",
"version": "1.3.0",
"version": "1.3.1",
"description": "LaunchDarkly JavaScript test utilities",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 7d3502a

Please sign in to comment.