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

Commit 048317b

Browse files
committed
Releasing version 1.1.7
1 parent 0beefa7 commit 048317b

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

5+
## [1.1.7] - 2019-08-18
6+
### Added:
7+
- Generated HTML documentation.
8+
59
## [1.1.6] - 2019-08-16
610
### Fixed:
711
- The package could not be used from TypeScript due to a mislabeled default export. (Thanks, [duro](https://github.com/launchdarkly/node-server-sdk-dynamodb/pull/9)!)

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-dynamodb",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK",
55
"main": "dynamodb_feature_store.js",
66
"license": "Apache-2.0",
@@ -33,6 +33,7 @@
3333
"dependencies": {
3434
"aws-sdk": "2.349.0",
3535
"node-cache": "4.2.0",
36+
"typedoc": "0.15.0",
3637
"winston": "2.4.1"
3738
},
3839
"peerDependencies": {

0 commit comments

Comments
 (0)