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

Commit c317b72

Browse files
authored
1.4.2 (#93)
* 1.4.2 * Update index.js
1 parent 94f940c commit c317b72

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
-------------------------------------------------------------------------------
2-
1.4.1
2+
1.4.2
33
-------------------------------------------------------------------------------
44
* Bug fix to filter out undefined values in attributes and event tags
5+
6+
-------------------------------------------------------------------------------
7+
1.4.1
8+
-------------------------------------------------------------------------------
59
* Remove a duplicated test
610

711
-------------------------------------------------------------------------------

lib/utils/enums/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,4 @@ exports.RESERVED_EVENT_KEYWORDS = {
104104
exports.JAVASCRIPT_CLIENT_ENGINE = 'javascript-sdk';
105105
exports.NEW_OPTIMIZELY_VERSION = '2';
106106
exports.NODE_CLIENT_ENGINE = 'node-sdk';
107-
exports.NODE_CLIENT_VERSION = '1.4.1';
107+
exports.NODE_CLIENT_VERSION = '1.4.2';

0 commit comments

Comments
 (0)