Skip to content

Commit a4c4087

Browse files
Releasing version 1.3.0
1 parent 75ddd71 commit a4c4087

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [1.3.0] - 2021-07-07
6+
### Added:
7+
- `AsyncMutex`, a simple async lock implementation for test serialization.
8+
59
## [1.2.1] - 2021-06-09
610
### Fixed:
711
- When generating a self-signed certificate for TLS testing, use a key size of 2048 bits (rather than 1024, the default used by the `selfsigned` module) for maximum cross-platform compatibility.

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "launchdarkly-js-test-helpers",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "LaunchDarkly JavaScript test utilities",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)