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

Commit 900c79e

Browse files
Releasing version 1.0.4
1 parent 1e8fd3f commit 900c79e

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

5+
## [1.0.4] - 2020-02-12
6+
### Fixed:
7+
- If diagnostic events are enabled (in Node SDK 5.11.0 and above), the SDK will correctly report its data store type as "Consul" rather than "custom". This change has no effect in earlier versions of the Node SDK.
8+
59
## [1.0.3] - 2019-08-18
610
### Added:
711
- Generated HTML documentation.

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-consul",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Consul-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "consul_feature_store.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)