Skip to content

Commit

Permalink
SemVer Compatability (#419)
Browse files Browse the repository at this point in the history
* version change

* changelog
  • Loading branch information
turtledreams committed May 16, 2023
1 parent 8f6c634 commit 82b73eb
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## xx.xx.xx
## 23.2.2
- Default max segmentation value count changed from 30 to 100

## 23.02.1
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"countly-sdk-web": "^23.02.1"
"countly-sdk-web": "^23.2.2"
},
"devDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/countly.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
*/
Countly.onload = Countly.onload || [];

var SDK_VERSION = "23.02.1";
var SDK_VERSION = "23.2.2";
var SDK_NAME = "javascript_native_web";

var urlParseRE = /^(((([^:\/#\?]+:)?(?:(\/\/)((?:(([^:@\/#\?]+)(?:\:([^:@\/#\?]+))?)@)?(([^:\/#\?\]\[]+|\[[^\/\]@#?]+\])(?:\:([0-9]+))?))?)?)?((\/?(?:[^\/\?#]+\/+)*)([^\?#]*)))?(\?[^#]+)?)(#.*)?/;
Expand Down
Loading

0 comments on commit 82b73eb

Please sign in to comment.