File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
4
4
project adheres to [ Semantic Versioning] ( http://semver.org ) .
5
5
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
+
6
10
## [ 1.3.0] - 2018-01-22
7
11
### Added
8
12
- Support for [ private user attributes] ( https://docs.launchdarkly.com/docs/private-user-attributes ) .
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ldclient-js" ,
3
- "version" : " 1.3.0 " ,
3
+ "version" : " 1.3.1 " ,
4
4
"description" : " LaunchDarkly SDK for JavaScript" ,
5
5
"author" :
" LaunchDarkly <[email protected] >" ,
6
6
"license" : " Apache-2.0" ,
You can’t perform that action at this time.
0 commit comments