posthog-js 1.46.0 → 1.46.2

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 CHANGED
@@ -1,3 +1,13 @@
1
+ ## 1.46.2 - 2023-02-22
2
+
3
+ - no-op change to allow version bump (#549)
4
+ - more leniency for envs with 'window' undefined (#541)
5
+
6
+ ## 1.46.1 - 2023-02-21
7
+
8
+ - chore: Remove Sentry types to reduce clashes (#546)
9
+ - fix: Removed Sentry types from compiled types (#545)
10
+
1
11
  ## 1.46.0 - 2023-02-21
2
12
 
3
13
  - feat: Add optional loading of rrweb2 (#543)