Skip to content

Prepare for 1.3.5 release #49

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
-------------------------------------------------------------------------------
+1.3.5
+-------------------------------------------------------------------------------
+* Bump optimizely-server-sdk to version 1.2.3, which includes:
+ - Switched to json-schema library which has a smaller footprint.
+ - Refactored order of bucketing logic.
+ - Refactor lodash dependencies.
+ - Fixed error on validation for objects with undefined values for attributes.
+-------------------------------------------------------------------------------

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

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

var JAVASCRIPT_CLIENT_VERSION = '1.3.4';
var JAVASCRIPT_CLIENT_VERSION = '1.3.5';
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.3.4",
"version": "1.3.5",
"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.2.2"
"optimizely-server-sdk": "^1.2.3"
},
"devDependencies": {
"chai": "^3.5.0",
Expand Down