Skip to content

Commit 3ba71a0

Browse files
author
Tyler Brandt
authored
Update CHANGELOG for 2.1.1/2.0.4 (#120)
1 parent c3a31e0 commit 3ba71a0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

packages/optimizely-sdk/CHANGELOG.MD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.1.1
2+
June 19, 2018
3+
4+
* Fix: send impression event for Feature Test with Feature disabled ([#117](https://github.com/optimizely/javascript-sdk/pull/117))
5+
6+
## 2.0.4
7+
June 19, 2018
8+
9+
* Fix: send impression event for Feature Test with Feature disabled ([#117](https://github.com/optimizely/javascript-sdk/pull/117))
10+
111
## 2.1.0
212
May 24, 2018
313

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.0';
140+
exports.NODE_CLIENT_VERSION = '2.1.1';
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.0",
3+
"version": "2.1.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)