Skip to content

Commit 9ef8d33

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.3.0
1 parent 73b004c commit 9ef8d33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.3.0] - 2023-03-14
6+
### Fixed:
7+
- Include typescript type declarations in release package.
8+
59
## [0.2.0] - 2023-02-15
610
This version adds support for contexts. For a detailed explanation of contexts please refer to the [node-server-sdk 7.0.0 release notes.](https://github.com/launchdarkly/node-server-sdk/releases/tag/7.0.0) The README contains a number of examples demonstrating how to use contexts.
711

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

0 commit comments

Comments
 (0)