Skip to content

Commit 6978817

Browse files
chore(main): release openfeature-node-server 1.1.0 (#51)
🤖 I have created a release *beep* *boop* --- ## [1.1.0](openfeature-node-server-v1.0.0...openfeature-node-server-v1.1.0) (2025-03-21) ### Features * OpenFeature Tracking Support ([e636f29](e636f29)) * OpenFeature Tracking Support ([#52](#52)) ([0818364](0818364)) * Update minimum node version, and update dev dependencies. ([#50](#50)) ([db4db4c](db4db4c)) --- 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 0818364 commit 6978817

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-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-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## [1.1.0](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v1.0.0...openfeature-node-server-v1.1.0) (2025-03-21)
6+
7+
8+
### Features
9+
10+
* OpenFeature Tracking Support ([e636f29](https://github.com/launchdarkly/openfeature-node-server/commit/e636f29eb74fa0d9e5faedb07c13ac1c4c4e4f11))
11+
* OpenFeature Tracking Support ([#52](https://github.com/launchdarkly/openfeature-node-server/issues/52)) ([0818364](https://github.com/launchdarkly/openfeature-node-server/commit/0818364b6b325288760fad4b6306da29c813b1ff))
12+
* Update minimum node version, and update dev dependencies. ([#50](https://github.com/launchdarkly/openfeature-node-server/issues/50)) ([db4db4c](https://github.com/launchdarkly/openfeature-node-server/commit/db4db4ca16ec2222ef9b571d6af34df3477dae14))
13+
514
## [1.0.0](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v0.6.3...openfeature-node-server-v1.0.0) (2024-06-07)
615

716

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": "1.0.0",
3+
"version": "1.1.0",
44
"engines": {
55
"node": ">=18"
66
},

0 commit comments

Comments
 (0)