Skip to content

Commit dc5e604

Browse files
chore(main): release openfeature-node-server 0.6.3 (#46)
🤖 I have created a release *beep* *boop* --- ## [0.6.3](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](#45)) ([294b627](294b627)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 294b627 commit dc5e604

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.6.3"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [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)
6+
7+
8+
### Bug Fixes
9+
10+
* 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))
11+
512
## [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)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/openfeature-node-server",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "LaunchDarkly OpenFeature provider for node.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)