Skip to content

Commit 175a999

Browse files
author
Tyler Brandt
committed
2.1.2
1 parent 16aaa86 commit 175a999

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
@@ -137,7 +137,7 @@ exports.CONTROL_ATTRIBUTES = {
137137

138138
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
139139
exports.NODE_CLIENT_ENGINE = 'node-sdk';
140-
exports.NODE_CLIENT_VERSION = '2.1.1';
140+
exports.NODE_CLIENT_VERSION = '2.1.2';
141141

142142
/*
143143
* 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.1.1",
3+
"version": "2.1.2",
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)