Skip to content

Commit 393ce27

Browse files
committed
prepare 1.2.0
1 parent 4a5de91 commit 393ce27

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change log
22

3-
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).
3+
All notable changes to the LaunchDarkly client-side JavaScript SDK will be documented in this file. This
4+
project adheres to [Semantic Versioning](http://semver.org).
5+
6+
## [1.2.0] - 2017-12-15
7+
### Added
8+
- Added `useReport` initialization option to use `REPORT` instead of `GET` when communicating with LaunchDarkly.
9+
### Fixed
10+
- Authentication errors will now be logged — the root cause for these errors is usually an invalid
11+
client-side ID.
412

513
## [1.1.13] - 2017-12-12
614
### 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.1.13",
3+
"version": "1.2.0",
44
"description": "LaunchDarkly SDK for JavaScript",
55
"author": "LaunchDarkly <team@launchdarkly.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)