Skip to content

Commit 20840a7

Browse files
Releasing version 2.17.6
1 parent 498f667 commit 20840a7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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 SDKs will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [2.17.6] - 2020-07-13
6+
### Fixed:
7+
- Removed uses of `String.startsWith` that caused errors in Internet Explorer unless a polyfill for that function was present.
8+
59
## [2.17.5] - 2020-05-13
610
### Fixed:
711
- The TypeScript declaration for `track()` was missing the optional `metricValue` parameter.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-js-client-sdk",
3-
"version": "2.17.5",
3+
"version": "2.17.6",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)