Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Change log

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

## [0.1.3] - 2022-10-07
### Changed:
- Added an `npmignore` file so that dist can be included in the release, and src excluded.

## [0.1.2] - 2022-10-07
### Changed:
- Updated the scripts to include building with `prepublishOnly`.

## [0.1.1] - 2022-10-07
### Fixed:
- Updated `@openfeature/js-sdk` dependency be consistently `0.5.0`.

## [0.1.0] - 2022-10-07
Initial beta release of the LaunchDarkly OpenFeature provider for the Server-Side SDK for Node.js.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
],
"license": "Apache-2.0",
"peerDependencies": {
"@openfeature/js-sdk": "0.5.0",
"@openfeature/js-sdk": "0.5.1",
"launchdarkly-node-server-sdk": "6.x"
},
"devDependencies": {
"@openfeature/js-sdk": "0.5.0",
"@openfeature/js-sdk": "0.5.1",
"@types/jest": "^27.4.1",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
Expand Down