posthog-js 1.51.3 → 1.51.5

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,11 @@
1
+ ## 1.51.5 - 2023-03-23
2
+
3
+ - fix(segment): handle race condition on loading segment integration (#586)
4
+
5
+ ## 1.51.4 - 2023-03-20
6
+
7
+ - fix: fewer moving parts more like safe text (#590)
8
+
1
9
  ## 1.51.3 - 2023-03-17
2
10
 
3
11
  - try/catch the bit that fails so we don't just eject the element (#585)