Skip to content

Commit f50bcfc

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.1.6
1 parent 9a93276 commit f50bcfc

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.1.6] - 2022-10-19
6+
### Changed:
7+
- Updated to the OpenFeature `js-sdk` version `1.0.0`. (Thanks, [@beeme1mr](https://github.com/launchdarkly/openfeature-node-server/pull/14)!)
8+
59
## [0.1.5] - 2022-10-18
610
### Added:
711
- Added CHANGELOG.md

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

0 commit comments

Comments
 (0)