From d830087c5498aa3091eac106a0b15caf7a826589 Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Tue, 17 Nov 2020 20:49:44 +0000 Subject: [PATCH] Releasing version 1.5.7 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11e6ac0..0d79ad5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the LaunchDarkly Electron SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). +## [1.5.7] - 2020-11-17 +### Fixed: +- Updated the `LDEvaluationDetail.reason` type definition to be nullable. This value will be `null` when `LDOptions.evaluationReasons` is `false`. + ## [1.5.6] - 2020-09-14 ### Changed: - The SDK's CircleCI configuration now tests compatibility against each supported major Electron version, currently Electron 2 through 9. diff --git a/package.json b/package.json index 692ae3f..8b8c946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-electron-client-sdk", - "version": "1.5.6", + "version": "1.5.7", "description": "LaunchDarkly SDK for Electron", "author": "LaunchDarkly ", "license": "Apache-2.0",