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

Commit 1e5585a

Browse files
Releasing version 1.0.5
1 parent b90fc15 commit 1e5585a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
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.5] - 2020-03-25
6+
### Removed:
7+
- The package dependencies mistakenly included `typedoc`.
8+
59
## [1.0.4] - 2020-02-12
610
### Fixed:
711
- 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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-node-server-sdk-consul",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
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)