Skip to content

Commit 415b6a5

Browse files
chore(main): release openfeature-node-server 0.6.0 (#40)
🤖 I have created a release *beep* *boop* --- ## [0.6.0](openfeature-node-server-v0.5.1...openfeature-node-server-v0.6.0) (2024-06-04) ### Features * Require node 18 or greater. ([05e4b2d](05e4b2d)) * Update to OpenFeature SDK 1.14.0. ([05e4b2d](05e4b2d)) --- 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 d20c4aa commit 415b6a5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.5.1"
2+
".": "0.6.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.0](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.5.1...openfeature-node-server-v0.6.0) (2024-06-04)
6+
7+
8+
### Features
9+
10+
* Require node 18 or greater. ([05e4b2d](https://github.com/launchdarkly/openfeature-node-server/commit/05e4b2d74927ecfb3c7d8274bfd914bb6985cb92))
11+
* Update to OpenFeature SDK 1.14.0. ([05e4b2d](https://github.com/launchdarkly/openfeature-node-server/commit/05e4b2d74927ecfb3c7d8274bfd914bb6985cb92))
12+
513
## [0.5.1] - 2023-11-01
614
### Changed:
715
- Changed the reported wrapper name. This has no impact on functionality.

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.5.1",
3+
"version": "0.6.0",
44
"description": "LaunchDarkly OpenFeature provider for node.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)