rudder-sdk-js 2.30.0 → 2.31.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +13 -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,19 @@
|
|
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.31.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.30.0...v2.31.0) (2023-04-20)
|
6
|
+
|
7
|
+
|
8
|
+
### Features
|
9
|
+
|
10
|
+
* device mode destination ([#1014](https://github.com/rudderlabs/rudder-sdk-js/issues/1014)) ([cc96e22](https://github.com/rudderlabs/rudder-sdk-js/commit/cc96e22c06e9ff96fc547d22d3f1ca592122593f))
|
11
|
+
* **GA4:** override sessionId with rudder sessionId ([#988](https://github.com/rudderlabs/rudder-sdk-js/issues/988)) ([a62717a](https://github.com/rudderlabs/rudder-sdk-js/commit/a62717a32329c889b9b33ac87cbad0e30f0feb99))
|
12
|
+
|
13
|
+
|
14
|
+
### Bug Fixes
|
15
|
+
|
16
|
+
* bugsnag typo in rollup config ([#1010](https://github.com/rudderlabs/rudder-sdk-js/issues/1010)) ([f085feb](https://github.com/rudderlabs/rudder-sdk-js/commit/f085febde59ea74d64927a112526e7e51d5fa2b4))
|
17
|
+
|
5
18
|
## [2.30.0](https://github.com/rudderlabs/rudder-sdk-js/compare/v2.29.0...v2.30.0) (2023-04-17)
|
6
19
|
|
7
20
|
|