posthog-js 1.46.1 → 1.47.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 +10 -0
- package/dist/array.full.js +1 -1
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +48 -34
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +2 -1
- package/dist/module.js +48 -34
- package/dist/module.js.map +1 -1
- package/dist/recorder-v2.js.map +1 -1
- package/dist/recorder.js +1 -1
- package/dist/recorder.js.map +1 -1
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 1.47.0 - 2023-02-27
|
|
2
|
+
|
|
3
|
+
- chore: no-op change to allow version bump (#554)
|
|
4
|
+
- feat(rrweb): implement rrweb2 dynamic loading on decide (#552)
|
|
5
|
+
|
|
6
|
+
## 1.46.2 - 2023-02-22
|
|
7
|
+
|
|
8
|
+
- no-op change to allow version bump (#549)
|
|
9
|
+
- more leniency for envs with 'window' undefined (#541)
|
|
10
|
+
|
|
1
11
|
## 1.46.1 - 2023-02-21
|
|
2
12
|
|
|
3
13
|
- chore: Remove Sentry types to reduce clashes (#546)
|