Skip to content

Commit 66a863b

Browse files
author
LaunchDarklyReleaseBot
committed
Releasing version 0.1.5
1 parent d2dc24d commit 66a863b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.5] - 2022-10-18
6+
### Added:
7+
- Added CHANGELOG.md
8+
9+
### Changed:
10+
- Updated to OpenFeature `js-sdk` `0.5.1`.
11+
512
## [0.1.3] - 2022-10-07
613
### Changed:
714
- Added an `npmignore` file so that dist can be included in the release, and src excluded.

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

0 commit comments

Comments
 (0)