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

Commit

Permalink
Releasing version 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyCI committed Feb 13, 2020
1 parent 9312875 commit a14b8cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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).

## [1.1.8] - 2020-02-12
### Fixed:
- If diagnostic events are enabled (in Node SDK 5.11.0 and above), the SDK will correctly report its data store type as "DynamoDB" rather than "custom". This change has no effect in earlier versions of the Node SDK.

## [1.1.7] - 2019-08-18
### Added:
- Generated HTML documentation.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-node-server-sdk-dynamodb",
"version": "1.1.7",
"version": "1.1.8",
"description": "DynamoDB-backed feature store for the LaunchDarkly Node.js SDK",
"main": "dynamodb_feature_store.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit a14b8cd

Please sign in to comment.