From 3469391d193c2875eb69cc2dcd09b5d219767583 Mon Sep 17 00:00:00 2001 From: Alexis Georges Date: Tue, 23 Jan 2018 14:07:06 -0500 Subject: [PATCH] prepare 1.3.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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",