From ef0784863c69591ec89ceaf39b25c216eadc959f Mon Sep 17 00:00:00 2001 From: LaunchDarklyCI Date: Thu, 1 Apr 2021 19:24:11 +0000 Subject: [PATCH] Releasing version 5.14.3 --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d64350..58ac52a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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). +## [5.14.3] - 2021-04-01 +### Fixed: +- The property `LDOptions.inlineUsersInEvents` was not included in the TypeScript definitions. + ## [5.14.2] - 2021-02-11 ### Fixed: - 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. diff --git a/package-lock.json b/package-lock.json index eb34bfd..8ce9e43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-node-server-sdk", - "version": "5.14.2", + "version": "5.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32059cd..f17bed0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "launchdarkly-node-server-sdk", - "version": "5.14.2", + "version": "5.14.3", "description": "LaunchDarkly Server-Side SDK for Node.js", "main": "index.js", "scripts": {