Skip to content
This repository was archived by the owner on Jan 11, 2024. It is now read-only.

Commit 42318c0

Browse files
mikeproeng37Mike Ng
authored andcommitted
Release 1.3.0. (#66)
1 parent 4e1709a commit 42318c0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
-------------------------------------------------------------------------------
2+
1.3.0
3+
-------------------------------------------------------------------------------
4+
* Introduced user profile service.
5+
* Minor performance and readibility improvements.
6+
17
-------------------------------------------------------------------------------
28
1.2.3
39
-------------------------------------------------------------------------------

lib/utils/enums/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/****************************************************************************
2-
* Copyright 2016-2017, Optimizely, Inc. and contributors *
2+
* Copyright 2016-2017, Optimizely, Inc. and contributors *
33
* *
44
* Licensed under the Apache License, Version 2.0 (the "License"); *
55
* you may not use this file except in compliance with the License. *
@@ -86,4 +86,4 @@ exports.LOG_MESSAGES = {
8686
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
8787
exports.NEW_OPTIMIZELY_VERSION = '2';
8888
exports.NODE_CLIENT_ENGINE = 'node-sdk';
89-
exports.NODE_CLIENT_VERSION = '1.2.3';
89+
exports.NODE_CLIENT_VERSION = '1.3.0';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "optimizely-server-sdk",
33
"description": "Node SDK for Optimizely X Full Stack",
4-
"version": "1.2.3",
4+
"version": "1.3.0",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/optimizely/node-sdk.git"

0 commit comments

Comments
 (0)