Skip to content

Commit 3469391

Browse files
committed
prepare 1.3.1
1 parent ac96b00 commit 3469391

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.1] - 2018-01-23
7+
### Fixed
8+
- Methods that expose a `Promise` interface now properly return the resolution or rejection value to the caller.
9+
610
## [1.3.0] - 2018-01-22
711
### Added
812
- Support for [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes).

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

0 commit comments

Comments
 (0)