diff --git a/CHANGELOG.md b/CHANGELOG.md index c59d655..bfe7a97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 23.12.7 +## 24.4.0 * Added support for Feedback Widgets' terms and conditions diff --git a/modules/Constants.js b/modules/Constants.js index b01b19f..a37cdce 100644 --- a/modules/Constants.js +++ b/modules/Constants.js @@ -104,7 +104,7 @@ var healthCheckCounterEnum = Object.freeze({ errorMessage: "cly_hc_error_message", }); -var SDK_VERSION = "23.12.7"; +var SDK_VERSION = "24.4.0"; var SDK_NAME = "javascript_native_web"; // Using this on document.referrer would return an array with 17 elements in it. The 12th element (array[11]) would be the path we are looking for. Others would be things like password and such (use https://regex101.com/ to check more) diff --git a/package.json b/package.json index cf0c7a0..7f349cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "countly-sdk-js", - "version": "23.12.7", + "version": "24.4.0", "description": "Countly JavaScript SDK", "type": "module", "main": "Countly.js",