Skip to content

Commit

Permalink
Releasing version 1.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Nov 17, 2020
1 parent 4d3908b commit d830087
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-electron-client-sdk",
"version": "1.5.6",
"version": "1.5.7",
"description": "LaunchDarkly SDK for Electron",
"author": "LaunchDarkly <team@launchdarkly.com>",
"license": "Apache-2.0",
Expand Down

0 comments on commit d830087

Please sign in to comment.