Skip to content

Commit

Permalink
Releasing version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Mar 14, 2023
1 parent 73b004c commit 9ef8d33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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).

## [0.3.0] - 2023-03-14
### Fixed:
- Include typescript type declarations in release package.

## [0.2.0] - 2023-02-15
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.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/openfeature-node-server",
"version": "0.2.0",
"version": "0.3.0",
"description": "LaunchDarkly OpenFeature provider for node.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 9ef8d33

Please sign in to comment.