From f5ac004fcdc6406e30fd392683738f94223907d4 Mon Sep 17 00:00:00 2001 From: js-sdk-ci Date: Fri, 8 Nov 2024 17:05:58 +0000 Subject: [PATCH] docs: javascript-sdk sdk version 4.0.2 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b299d1..0f689e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,19 @@ # Change Log +## 4.0.2 (2024-11-08) + +### Patch Changes + +- Fixed build issue resulting in potential issues when using any targeting condition with `Exclude` option +- Updated dependencies + - @kameleoon/javascript-sdk-core@5.0.2 + ## 4.0.1 (2024-11-05) ### Patch Changes - Fixed an issue with the [`Page URL`][Targeting Conditions] and [`Page Title`][Targeting Conditions] targeting conditions, where the condition evaluated all previously visited URLs in the session instead of only the current URL, corresponding to the latest added `PageView` -NOTE: This change may impact your existing targeting. Please review your targeting conditions to ensure accuracy. + NOTE: This change may impact your existing targeting. Please review your targeting conditions to ensure accuracy. - Updated dependencies - @kameleoon/javascript-sdk-core@5.0.1