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

Commit 75073b3

Browse files
committed
prepare 2.0.0 release
1 parent b493cd5 commit 75073b3

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
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-
## [2.0.0-rc.1] - 2021-06-15
6-
7-
_This is a release candidate version corresponding to the current projected state of the 2.0.0 release. The final 2.0.0 release may include additional functionality or fixes._
8-
9-
The 2.0.0 release of `launchdarkly-node-server-sdk-consul` is for use with version 6.x of the LaunchDarkly server-side SDK for Node.js. It has the same functionality as the previous major version, but its dependencies, Node version compatibility, and internal API have been updated to match the 6.0.0 release of the SDK.
10-
11-
This version uses the same Consul client package as previous releases.
12-
135
## [1.0.5] - 2020-03-25
146
### Removed:
157
- The package dependencies mistakenly included `typedoc`.

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
"node-cache": "4.2.0"
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 commit comments

Comments
 (0)