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

Commit b3dc03b

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 6.4.3
1 parent 844a8b0 commit b3dc03b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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+
## [6.4.3] - 2022-09-06
6+
### Fixed:
7+
- The `TestDataRuleBuilder` was using an incorrect field name for operators, which would prevent rules from working correctly with the `TestData` feature. (Thanks, [LiamMorrow](https://github.com/launchdarkly/node-server-sdk/issues/258)!)
8+
59
## [6.4.2] - 2022-06-06
610
### Changed:
711
- Enforce a 64 character limit for `application.id` and `application.version` configuration options.

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

0 commit comments

Comments
 (0)