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

Commit 49952f6

Browse files
Releasing version 5.9.0
1 parent af73d6d commit 49952f6

File tree

3 files changed

+36
-72
lines changed

3 files changed

+36
-72
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.9.0] - 2019-08-20
6+
### Added:
7+
- Added support for upcoming LaunchDarkly experimentation features. See `LDClient.track()`.
8+
59
## [5.8.2] - 2019-06-06
610
### Fixed:
711
- Resolved a [low-severity security vulnerability](https://nvd.nist.gov/vuln/detail/CVE-2018-16492) in an `extend` transitive dependency.

package-lock.json

Lines changed: 31 additions & 71 deletions
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.8.2",
3+
"version": "5.9.0",
44
"description": "LaunchDarkly Server-Side SDK for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)