rudder-sdk-js 2.40.4 → 2.40.5
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +9 -0
- package/index.es.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/service-worker/index.es.js +1 -1
- package/service-worker/index.js +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,6 +2,15 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
4
4
|
|
5
|
+
### [2.40.5](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.4...v2.40.5) (2023-08-28)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* add trim & lowercase for klaviyo track event ([#1341](https://github.com/rudderlabs/rudder-sdk-js/issues/1341)) ([7a28c49](https://github.com/rudderlabs/rudder-sdk-js/commit/7a28c49efc0044c679c1fbc3f542179b7d582193))
|
11
|
+
* flushing empty batch for sendbeacon ([ddcc5e0](https://github.com/rudderlabs/rudder-sdk-js/commit/ddcc5e0d94955ff4cad7b5b168f2430b5c01e18f))
|
12
|
+
* mixpanel cookie persistence type ([#1339](https://github.com/rudderlabs/rudder-sdk-js/issues/1339)) ([69d7287](https://github.com/rudderlabs/rudder-sdk-js/commit/69d7287da611a7ebb6936bdef56cc06e1d4a5736))
|
13
|
+
|
5
14
|
### [2.40.4](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.3...v2.40.4) (2023-08-21)
|
6
15
|
|
7
16
|
### [2.40.3](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.40.2...v2.40.3) (2023-08-18)
|