Skip to content

Commit b504705

Browse files
authored
Bump to 2.0.1. (#89)
1 parent 799de3c commit b504705

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.1
2+
April 16th, 2018
3+
4+
* Improve browser entry point by pointing to the browser index file instead of the webpack-compiled bundle. ([@DullReferenceException](https://github.com/DullReferenceException) in [#88](https://github.com/optimizely/javascript-sdk/pull/88))
5+
16
## 2.0.0
27
April 11th, 2018
38

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

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

130130
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
131131
exports.NODE_CLIENT_ENGINE = 'node-sdk';
132-
exports.NODE_CLIENT_VERSION = '2.0.0';
132+
exports.NODE_CLIENT_VERSION = '2.0.1';
133133

134134
/*
135135
* Notification types for use with NotificationCenter

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.0",
3+
"version": "2.0.1",
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)