rudder-sdk-js 2.23.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -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,22 @@
|
|
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
|
+
|
13
|
+
## [2.24.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.23.0...v2.24.0) (2023-02-08)
|
14
|
+
|
15
|
+
### Bug Fixes
|
16
|
+
|
17
|
+
* added logic to capture full url for ga4 page_location param ([#890](https://github.com/rudderlabs/rudder-sdk-js/issues/890)) ([6a118cb](https://github.com/rudderlabs/rudder-sdk-js/commit/6a118cb7e932d06cdc5d000507321b08831f91eb))
|
18
|
+
* googleads config order ([#888](https://github.com/rudderlabs/rudder-sdk-js/issues/888)) ([6ea660b](https://github.com/rudderlabs/rudder-sdk-js/commit/6ea660bff45ae48eb47783003b14b10c780c043b))
|
19
|
+
* upgrade http-cache-semantics dependency to non-vulnerable version ([634e976](https://github.com/rudderlabs/rudder-sdk-js/commit/634e976d8cd40194b132f0badf7b7d6df500f1e9))
|
20
|
+
|
5
21
|
## [2.23.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.22.3...v2.23.0) (2023-02-06)
|
6
22
|
|
7
23
|
|