diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c3f1463 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7fb73..ef3d232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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). +## [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) + + +### Features + +* Bump minimum node version to 20 because 18 is out of support. ([5cc2de7](https://github.com/launchdarkly/openfeature-node-server/commit/5cc2de75a2c3bfb02db35de98a59862b3cf57581)) + ## [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) diff --git a/package.json b/package.json index c2ea841..4ef7aea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/openfeature-node-server", - "version": "1.1.0", + "version": "1.2.0", "engines": { "node": ">=20" },