Skip to content

Commit 2a25063

Browse files
committed
prepare 1.4.0
1 parent 585d820 commit 2a25063

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
44
project adheres to [Semantic Versioning](http://semver.org).
55

6+
## [1.4.0] - 2018-02-07
7+
### Added
8+
- The SDK now supports multiple environments. Calling `initialize` returns a new client each time it is called.
9+
### Fixed
10+
- The `waitUntilReady` `Promise` will now resolve even after the `ready` event was emitted — thanks @rmanalan!
11+
612
## [1.3.1] - 2018-01-23
713
### Fixed
814
- Methods that expose a `Promise` interface now properly return the resolution or rejection value to the caller.

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": "1.3.1",
3+
"version": "1.4.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)