Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.

Commit 988b134

Browse files
Releasing version 5.14.2
1 parent dd88bb9 commit 988b134

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 Server-Side SDK for Node.js will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [5.14.2] - 2021-02-11
6+
### Fixed:
7+
- Fixed an issue where "feature" and "custom" events were not properly indicated as being triggered by anonymous users. This bug affected customers who were using this functionality, which was introduced in version 5.14.0, when correlating users with LaunchDarkly's data export add-on.
8+
59
## [5.14.1] - 2021-02-09
610
### Fixed:
711
- Removed a line that would have globally monkey-patched `setImmediate` on extremely old Node versions that did not implement that function. On all currently supported Node versions, this line had no effect. ([#206](https://github.com/launchdarkly/node-server-sdk/issues/206))

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-node-server-sdk",
3-
"version": "5.14.1",
3+
"version": "5.14.2",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)