Skip to content

Commit 473f599

Browse files
chore(main): release openfeature-node-server 1.1.1
1 parent 5cc2de7 commit 473f599

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.1.0"
2+
".": "1.1.1"
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+
## [1.1.1](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v1.1.0...openfeature-node-server-v1.1.1) (2026-03-06)
6+
7+
8+
### Bug Fixes
9+
10+
* pin @types/node to ^20 and update CI matrix to Node 20 ([#55](https://github.com/launchdarkly/openfeature-node-server/issues/55)) ([5cc2de7](https://github.com/launchdarkly/openfeature-node-server/commit/5cc2de75a2c3bfb02db35de98a59862b3cf57581))
11+
512
## [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)
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": "1.1.0",
3+
"version": "1.1.1",
44
"engines": {
55
"node": ">=20"
66
},

0 commit comments

Comments
 (0)