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

Commit deb8606

Browse files
updated enums, package.json, and changelog in advance of 1.3.4
1 parent 3009b49 commit deb8606

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------------------
2+
1.3.4
3+
-------------------------------------------------------------------------------
4+
* Minor bug fixes
5+
16
-------------------------------------------------------------------------------
27
1.3.3
38
-------------------------------------------------------------------------------

lib/utils/enums/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ exports.LOG_MESSAGES = {
8585
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
8686
exports.NEW_OPTIMIZELY_VERSION = '2';
8787
exports.NODE_CLIENT_ENGINE = 'node-sdk';
88-
exports.NODE_CLIENT_VERSION = '1.3.0';
88+
exports.NODE_CLIENT_VERSION = '1.3.4';

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.3.3",
4+
"version": "1.3.4",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/optimizely/node-sdk.git"

0 commit comments

Comments
 (0)