Skip to content

Commit

Permalink
Merge pull request #25 from optimizely/haley/bump-version
Browse files Browse the repository at this point in the history
Release version 1.1.1
  • Loading branch information
haleybash-optimizely authored Jan 19, 2017
2 parents f8bed21 + b9ea0de commit bccf383
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
-------------------------------------------------------------------------------
1.1.1
-------------------------------------------------------------------------------
* Bump to optimizely-server-sdk to version 1.0.1, which includes:
- Fix bug so conversion event is not sent if user is not bucketed into any experiment.
- Bump bluebird version from 3.3.5 to 3.4.6.
- Update event endpoint from p13nlog.dz.optimizely to logx.optimizely.
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
1.1.0
-------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var logger = require('optimizely-server-sdk/lib/plugins/logger');

var Optimizely = require('optimizely-server-sdk/lib/optimizely');

var JAVASCRIPT_CLIENT_VERSION = '1.1.0';
var JAVASCRIPT_CLIENT_VERSION = '1.1.1';
var MODULE_NAME = 'INDEX';

/**
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimizely-client-sdk",
"version": "1.1.0",
"version": "1.1.1",
"description": "JavaScript SDK for Optimizely X Full Stack",
"main": "index.js",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"es6-promise": "^3.3.1",
"lodash": "^4.13.1",
"optimizely-server-sdk": "^1.0.0"
"optimizely-server-sdk": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit bccf383

Please sign in to comment.