diff --git a/CHANGELOG.md b/CHANGELOG.md index f69d2f86..c0908ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.3.1] - 2018-01-23 +### Fixed +- Methods that expose a `Promise` interface now properly return the resolution or rejection value to the caller. + ## [1.3.0] - 2018-01-22 ### Added - Support for [private user attributes](https://docs.launchdarkly.com/docs/private-user-attributes). diff --git a/package.json b/package.json index 7bb82497..9d81662d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ldclient-js", - "version": "1.3.0", + "version": "1.3.1", "description": "LaunchDarkly SDK for JavaScript", "author": "LaunchDarkly ", "license": "Apache-2.0",