Skip to content

Commit d830087

Browse files
Releasing version 1.5.7
1 parent 4d3908b commit d830087

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the LaunchDarkly Electron SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [1.5.7] - 2020-11-17
6+
### Fixed:
7+
- Updated the `LDEvaluationDetail.reason` type definition to be nullable. This value will be `null` when `LDOptions.evaluationReasons` is `false`.
8+
59
## [1.5.6] - 2020-09-14
610
### Changed:
711
- The SDK's CircleCI configuration now tests compatibility against each supported major Electron version, currently Electron 2 through 9.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-electron-client-sdk",
3-
"version": "1.5.6",
3+
"version": "1.5.7",
44
"description": "LaunchDarkly SDK for Electron",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)