Skip to content

Commit

Permalink
Merge pull request #112 from Countly/changelog-and-10.1
Browse files Browse the repository at this point in the history
Changelog and 10.1 version
  • Loading branch information
turtledreams authored Dec 20, 2024
2 parents 98bd7f9 + 6ddfd1a commit 84f8354
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## XX.XX.XX
## 24.10.1
- Added a new method `set_id(newDeviceId)` for managing device ID changes according to the device ID Type
- Added `DeviceIdType` enums to be used to evaluate the device ID type.
- Added reserved keys for user properties

## 24.10.0
- Default max segmentation value count changed from 30 to 100
Expand Down
2 changes: 1 addition & 1 deletion lib/countly-bulk.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CountlyBulk.StorageTypes = cc.storageTypeEnums;
* });
*/
function CountlyBulk(conf) {
var SDK_VERSION = "24.10.0";
var SDK_VERSION = "24.10.1";
var SDK_NAME = "javascript_native_nodejs_bulk";

var empty_queue_callback = null;
Expand Down
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Countly.StorageTypes = cc.storageTypeEnums;
Countly.DeviceIdType = cc.deviceIdTypeEnums;
Countly.Bulk = Bulk;
(function() {
var SDK_VERSION = "24.10.0";
var SDK_VERSION = "24.10.1";
var SDK_NAME = "javascript_native_nodejs";

var inited = false;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countly-sdk-nodejs",
"version": "24.10.0",
"version": "24.10.1",
"description": "Countly NodeJS SDK",
"main": "lib/countly.js",
"directories": {
Expand Down

0 comments on commit 84f8354

Please sign in to comment.