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

Commit d751bf0

Browse files
committed
prepare 1.0.0 release
1 parent dd3b076 commit d751bf0

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
11
# Change log
22

33
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4-
5-
## [1.0.0-rc.1] - 2021-06-15
6-
7-
_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._
8-
9-
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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"jest": "^27.0.4",
2323
"jest-junit": "^12.2.0",
2424
"launchdarkly-js-test-helpers": "^1.2.1",
25-
"launchdarkly-node-server-sdk": "^6.0.0-rc.1",
25+
"launchdarkly-node-server-sdk": "^6.0.0",
2626
"prettier": "^2.3.1",
2727
"typescript": "^4.3.2"
2828
},
@@ -40,7 +40,7 @@
4040
"redis": "^3.1.1"
4141
},
4242
"peerDependencies": {
43-
"launchdarkly-node-server-sdk": "^6.0.0-rc.1"
43+
"launchdarkly-node-server-sdk": "^6.0.0"
4444
},
4545
"engines": {
4646
"node": ">= 12.0.0"

0 commit comments

Comments
 (0)