Skip to content

Commit 4f35d6e

Browse files
author
Tyler Brandt
committed
2.0.5
1 parent 9cfaa09 commit 4f35d6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/optimizely-sdk/lib/utils/enums/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ exports.RESERVED_EVENT_KEYWORDS = {
130130

131131
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
132132
exports.NODE_CLIENT_ENGINE = 'node-sdk';
133-
exports.NODE_CLIENT_VERSION = '2.0.4';
133+
exports.NODE_CLIENT_VERSION = '2.0.5';
134134

135135
/*
136136
* Notification types for use with NotificationCenter

packages/optimizely-sdk/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/optimizely-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@optimizely/optimizely-sdk",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "JavaScript SDK package for Optimizely X Full Stack",
55
"main": "dist/optimizely.node.js",
66
"browser": "lib/index.browser.js",

0 commit comments

Comments
 (0)