Skip to content

Commit

Permalink
Merge pull request #26 from optimizely/haley/1.2.0
Browse files Browse the repository at this point in the history
Bump to version 1.2.0
  • Loading branch information
haleybash-optimizely committed Jan 31, 2017
2 parents bccf383 + fc3d8f9 commit 2210fc3
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.2.0
-------------------------------------------------------------------------------
* Bump optimizely-server-sdk to version 1.1.0, which includes:
- Add optional sessionId argument to activate and track method signatures.
- Add sessionId and revision to event ticket.
- Add 'Launched' status where user gets bucketed but event is not sent to Optimizely.
-------------------------------------------------------------------------------

-------------------------------------------------------------------------------
1.1.1
-------------------------------------------------------------------------------
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.1';
var JAVASCRIPT_CLIENT_VERSION = '1.2.0';
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.1",
"version": "1.2.0",
"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.1"
"optimizely-server-sdk": "^1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down

0 comments on commit 2210fc3

Please sign in to comment.