Skip to content

Commit 84f8354

Browse files
authored
Merge pull request #112 from Countly/changelog-and-10.1
Changelog and 10.1 version
2 parents 98bd7f9 + 6ddfd1a commit 84f8354

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## XX.XX.XX
1+
## 24.10.1
22
- Added a new method `set_id(newDeviceId)` for managing device ID changes according to the device ID Type
33
- Added `DeviceIdType` enums to be used to evaluate the device ID type.
4+
- Added reserved keys for user properties
45

56
## 24.10.0
67
- Default max segmentation value count changed from 30 to 100

lib/countly-bulk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ CountlyBulk.StorageTypes = cc.storageTypeEnums;
5959
* });
6060
*/
6161
function CountlyBulk(conf) {
62-
var SDK_VERSION = "24.10.0";
62+
var SDK_VERSION = "24.10.1";
6363
var SDK_NAME = "javascript_native_nodejs_bulk";
6464

6565
var empty_queue_callback = null;

lib/countly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Countly.StorageTypes = cc.storageTypeEnums;
3333
Countly.DeviceIdType = cc.deviceIdTypeEnums;
3434
Countly.Bulk = Bulk;
3535
(function() {
36-
var SDK_VERSION = "24.10.0";
36+
var SDK_VERSION = "24.10.1";
3737
var SDK_NAME = "javascript_native_nodejs";
3838

3939
var inited = false;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "countly-sdk-nodejs",
3-
"version": "24.10.0",
3+
"version": "24.10.1",
44
"description": "Countly NodeJS SDK",
55
"main": "lib/countly.js",
66
"directories": {

0 commit comments

Comments
 (0)