Skip to content

Commit d2dc24d

Browse files
authored
Update OpenFeature js-sdk and add CHANGELOG.md (#13)
1 parent 2471565 commit d2dc24d

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Change log
2+
3+
All notable changes to the LaunchDarkly OpenFeature provider for the Server-Side SDK for Node.js will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [0.1.3] - 2022-10-07
6+
### Changed:
7+
- Added an `npmignore` file so that dist can be included in the release, and src excluded.
8+
9+
## [0.1.2] - 2022-10-07
10+
### Changed:
11+
- Updated the scripts to include building with `prepublishOnly`.
12+
13+
## [0.1.1] - 2022-10-07
14+
### Fixed:
15+
- Updated `@openfeature/js-sdk` dependency be consistently `0.5.0`.
16+
17+
## [0.1.0] - 2022-10-07
18+
Initial beta release of the LaunchDarkly OpenFeature provider for the Server-Side SDK for Node.js.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
],
2121
"license": "Apache-2.0",
2222
"peerDependencies": {
23-
"@openfeature/js-sdk": "0.5.0",
23+
"@openfeature/js-sdk": "0.5.1",
2424
"launchdarkly-node-server-sdk": "6.x"
2525
},
2626
"devDependencies": {
27-
"@openfeature/js-sdk": "0.5.0",
27+
"@openfeature/js-sdk": "0.5.1",
2828
"@types/jest": "^27.4.1",
2929
"@typescript-eslint/eslint-plugin": "^5.22.0",
3030
"@typescript-eslint/parser": "^5.22.0",

0 commit comments

Comments
 (0)