Skip to content

Commit ee0dc12

Browse files
authored
Merge pull request #358 from convertcom/release-please--branches--main
chore: release main
2 parents ed0c54d + 03eccbe commit ee0dc12

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/js-sdk": "4.3.3",
2+
"packages/js-sdk": "4.3.4",
33
"packages/enums": "2.3.0",
44
"packages/types": "3.11.0",
55
"packages/utils": "2.2.3",

packages/js-sdk/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [4.3.4](https://github.com/convertcom/javascript-sdk/compare/js-sdk-v4.3.3...js-sdk-v4.3.4) (2025-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* properly short-circuit AND logic to return RuleError instead of false ([a99f588](https://github.com/convertcom/javascript-sdk/commit/a99f588bccb7df200555455cb4f3dfc6e6d0c5ee))
9+
* properly short-circuit AND logic to return RuleError instead of false ([a5b2842](https://github.com/convertcom/javascript-sdk/commit/a5b28421929c3233a61dc3bf01848288d4d67424))
10+
311
## [4.3.3](https://github.com/convertcom/javascript-sdk/compare/js-sdk-v4.3.2...js-sdk-v4.3.3) (2025-09-05)
412

513

packages/js-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"browserstack-local": "1.5.5"
107107
}
108108
},
109-
"version": "4.3.3",
109+
"version": "4.3.4",
110110
"peerDependencies": {
111111
"@convertcom/js-sdk-api": ">=2.1.4",
112112
"@convertcom/js-sdk-bucketing": ">=3.1.2",

0 commit comments

Comments
 (0)