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

Commit 854daa8

Browse files
Releasing version 1.0.2
1 parent a88e169 commit 854daa8

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.2] - 2019-08-16
6+
### Fixed:
7+
- The package could not be used from TypeScript due to a mislabeled default export.
8+
59
## [1.0.1] - 2019-05-14
610
### Changed:
711
- Corresponding to the SDK package name change from `ldclient-node` to `launchdarkly-node-server-sdk`, this package is now called `launchdarkly-node-server-sdk-consul`. The functionality of the package, including the namespaces and class names, has not changed.

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.1",
3+
"version": "1.0.2",
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)