posthog-js 1.53.0 → 1.53.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,12 @@
1
+ ## 1.53.2 - 2023-04-14
2
+
3
+ - fix: Don't enable web perf by default for localhost (#608)
4
+
5
+ ## 1.53.1 - 2023-04-13
6
+
7
+ - chore: bump version (#607)
8
+ - feat: Swap over to storing network events in recordings (#606)
9
+
1
10
  ## 1.53.0 - 2023-04-12
2
11
 
3
12
  - feat: Custom campaign param support (#603)