Skip to content

Commit b1f2331

Browse files
committed
Merge branch 'master' of github.com:launchdarkly/js-client
2 parents 5b5d667 + 7f58907 commit b1f2331

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org).
55

6-
## [1.7.1] - 2018-05-07
6+
## [1.7.2] - 2018-05-07
77
### Fixed
88
- The client no longer creates an empty `XMLHttpRequest` at startup time (which could interfere with unit tests).
9-
- The client now sends the SDK version to LaunchDarkly; previously it only sent the browser version. This will allow for better usage metrics in a future version of the LaunchDarkly UI.
9+
10+
## [1.7.1] - 2018-05-07
11+
_This release was broken and should not be used._
1012

1113
## [1.7.0] - 2018-04-27
1214
### Changed

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.7.1",
3+
"version": "1.7.2",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <[email protected]>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)