rudder-sdk-js 2.22.2 → 2.22.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +7 -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,13 @@
|
|
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.22.3 (2023-01-16)
|
6
|
+
|
7
|
+
|
8
|
+
### Bug Fixes
|
9
|
+
|
10
|
+
* **integrations:** facebook pixel advanced matching condition added ([#846](https://github.com/rudderlabs/rudder-sdk-js/issues/846)) ([c228723](https://github.com/rudderlabs/rudder-sdk-js/commit/c2287230272cea805c503be4d784270665549f28))
|
11
|
+
|
5
12
|
### 2.22.2 (2023-01-14)
|
6
13
|
|
7
14
|
|