Skip to content

Commit 922a70a

Browse files
authored
Prepare 2.4.0 (#86)
1 parent 4ab0d96 commit 922a70a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Change log
22

3-
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file.
3+
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [2.4.0] - 2018-07-12
7+
### Added:
8+
- Named exports for the `initialize` method and `version` number exports.
9+
10+
### Deprecated:
11+
- Default exports, use named exports instead.
12+
613
## [2.3.1] - 2018-06-29
714
### Fixed:
815
- If a polling request has failed due to an invalid environment key, calling `variation` now returns the default value; previously, it sometimes caused a null reference error.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-js",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)