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

Commit 0e2a418

Browse files
committed
Releasing version 1.0.3
1 parent 6b30d6f commit 0e2a418

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-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.3] - 2019-08-18
6+
### Added:
7+
- Generated HTML documentation.
8+
59
## [1.0.2] - 2019-08-16
610
### Fixed:
711
- The package could not be used from TypeScript due to a mislabeled default export.

package.json

Lines changed: 2 additions & 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.2",
3+
"version": "1.0.3",
44
"description": "Consul-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "consul_feature_store.js",
66
"license": "Apache-2.0",
@@ -33,6 +33,7 @@
3333
"dependencies": {
3434
"consul": "0.34.1",
3535
"node-cache": "4.2.0",
36+
"typedoc": "0.15.0",
3637
"winston": "2.4.1"
3738
},
3839
"peerDependencies": {

0 commit comments

Comments
 (0)