rudder-sdk-js 2.24.0 → 2.25.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +8 -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,14 @@
|
|
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.25.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.24.0...v2.25.0) (2023-02-20)
|
6
|
+
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
* **ga4:** add sent_to parameter in gtag event call ([#907](https://github.com/rudderlabs/rudder-sdk-js/issues/907)) ([939f4b2](https://github.com/rudderlabs/rudder-sdk-js/commit/939f4b228e7a53ac39f3ec8d8ad08ea8a776d543))
|
11
|
+
|
12
|
+
|
5
13
|
## [2.24.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.23.0...v2.24.0) (2023-02-08)
|
6
14
|
|
7
15
|
### Bug Fixes
|