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

Commit

Permalink
Merge pull request #4 from launchdarkly/release-1.0.0-rc.1
Browse files Browse the repository at this point in the history
prepare 1.0.0-rc.1 release
  • Loading branch information
eli-darkly authored Jun 15, 2021
2 parents ab65e05 + dcedde2 commit dd3b076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Change log

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [1.0.0-rc.1] - 2021-06-15

_This is a release candidate version corresponding to the current projected state of the 1.0.0 release. The final 1.0.0 release may include additional functionality or fixes._

Initial release of `launchdarkly-node-server-sdk-redis`. This is the Redis integration for version 6.x of the LaunchDarkly server-side SDK for Node.js. An equivalent Redis integration was bundled in versions 5.x and earlier of the SDK.
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-redis",
"version": "1.0.0",
"version": "1.0.0-rc.1",
"description": "Redis-backed feature store for the LaunchDarkly Node.js SDK",
"main": "redis_feature_store.js",
"license": "Apache-2.0",
Expand Down

0 comments on commit dd3b076

Please sign in to comment.