posthog-js 1.64.0 → 1.66.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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## 1.66.0 - 2023-06-06
2
+
3
+ - chore: manual version bump (#684)
4
+ - feat: send event UUIDs (#672)
5
+
6
+ ## 1.66.0 - 2023-06-06
7
+
8
+ Manual addition of version 1.66.0 because CI failed to automatically bump the version
9
+
10
+ - feat: send event UUIDs (#672)
11
+
12
+ ## 1.65.0 - 2023-06-06
13
+
14
+ - feat: backoff with jitter (#678)
15
+
1
16
  ## 1.64.0 - 2023-06-06
2
17
 
3
18
  - feat: Add missing maskTextFn for recordings (#679)