Skip to content

Commit 64d8691

Browse files
committed
Prepare 1.1.8
1 parent a338d35 commit 64d8691

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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).
44

5+
## [1.1.8] - 2017-02-02
6+
### Fixed
7+
- Cached `localStorage` copy is not overwritten anymore when connection to LD fails
8+
59
## [1.1.7] - 2017-01-27
610
### Changed
711
- `onDone` argument to `identify` method is now optional

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ldclient-js",
3-
"version": "1.1.7",
3+
"version": "1.1.8",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)