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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.2"
".": "0.6.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.6.3](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.6.2...openfeature-node-server-v0.6.3) (2024-06-04)


### Bug Fixes

* Revert to CommonJS until esbuild is added. ([#45](https://github.com/launchdarkly/openfeature-node-server/issues/45)) ([294b627](https://github.com/launchdarkly/openfeature-node-server/commit/294b627208d2a134900f3429e0892d5847752b83))

## [0.6.2](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.6.1...openfeature-node-server-v0.6.2) (2024-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/openfeature-node-server",
"version": "0.6.2",
"version": "0.6.3",
"description": "LaunchDarkly OpenFeature provider for node.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down