posthog-js 1.70.0 → 1.70.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,11 @@
1
+ ## 1.70.2 - 2023-07-11
2
+
3
+ - feat: allow moving to UUID v7 by config in posthog-js (#731)
4
+
5
+ ## 1.70.1 - 2023-07-10
6
+
7
+ - fix: UUIDs should not take literally forever to generate (#727)
8
+
1
9
  ## 1.70.0 - 2023-07-07
2
10
 
3
11
  - feat: callback when session id changes (#725)