Skip to content

Commit f2c844c

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.4.0
1 parent 8594fd0 commit f2c844c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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.4.0] - 2023-07-26
6+
This version contains a breaking change. If you upgrade to this version, then you will also need to update to the `@launchdarkly/node-server-sdk` package.
7+
8+
### Changed:
9+
- Updated to use the `@launchdarkly/node-server-sdk`.
10+
511
## [0.3.0] - 2023-03-14
612
### Fixed:
713
- Include typescript type declarations in release package.

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

0 commit comments

Comments
 (0)