Skip to content

Commit b954231

Browse files
author
Josh Sirota
committed
Update to 1.0.3
1 parent 8348419 commit b954231

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
- Up to date with spec 0.4.0 and @openfeature/nodejs-sdk v0.3.2
66
1.0.2
77
- Changes name from Node-specific implementation to generic JSON
8+
- Up to date with spec 0.4.0 and @openfeature/js-sdk 0.4.0
9+
1.0.3
10+
- Adds types definitions for TypeScript
811
- Up to date with spec 0.4.0 and @openfeature/js-sdk 0.4.0

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/openfeature-js-split-provider",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Split OpenFeature Provider",
55
"files": [
66
"README.md",
@@ -13,8 +13,8 @@
1313
"src"
1414
],
1515
"repository": "splitio/openfeature-split-provider-js",
16-
"homepage": "https://github.com/splitio/openfeature-split-provider-nodejs#readme",
17-
"bugs": "https://github.com/splitio/openfeature-split-provider-nodejs/issues",
16+
"homepage": "https://github.com/splitio/openfeature-split-provider-js#readme",
17+
"bugs": "https://github.com/splitio/openfeature-split-provider-js/issues",
1818
"license": "Apache-2.0",
1919
"author": "Josh Sirota <josh.sirota@split.io>",
2020
"contributors": [

0 commit comments

Comments
 (0)