Skip to content

Commit 4c2da7a

Browse files
chore(main): release openfeature-node-server 1.2.0 (#56)
🤖 I have created a release *beep* *boop* --- ## [1.2.0](openfeature-node-server-v1.1.0...openfeature-node-server-v1.2.0) (2026-03-06) ### Features * Bump minimum node version to 20 because 18 is out of support. ([5cc2de7](5cc2de7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this is a release metadata update (version/changelog) with no functional code changes in the diff; the only behavior-impact called out is the documented Node >=20 requirement. > > **Overview** > Bumps the release from `1.1.0` to `1.2.0` by updating `package.json` and `.release-please-manifest.json`. > > Updates `CHANGELOG.md` with the `1.2.0` entry, noting the minimum supported Node version is now `>=20`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 0940889. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5cc2de7 commit 4c2da7a

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.2.0"
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.2.0](https://github.com/launchdarkly/openfeature-node-server/compare/openfeature-node-server-v1.1.0...openfeature-node-server-v1.2.0) (2026-03-06)
6+
7+
8+
### Features
9+
10+
* Bump minimum node version to 20 because 18 is out of support. ([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.2.0",
44
"engines": {
55
"node": ">=20"
66
},

0 commit comments

Comments
 (0)