posthog-js 1.57.1-alpha.0 → 1.57.1

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,8 @@
1
+ ## 1.57.1 - 2023-05-17
2
+
3
+ - fix(decide): Make sure all stored properties are sent on first decide request (#633)
4
+ - fix(identify): actually send $set_once on identify calls (#629)
5
+
1
6
  ## 1.57.0 - 2023-05-15
2
7
 
3
8
  - feat: Added OS version to the OS details (#624)