posthog-js 1.68.4 → 1.69.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,12 @@
1
+ ## 1.69.0 - 2023-07-05
2
+
3
+ - feat: capture page title with pageview (#721)
4
+
5
+ ## 1.68.5 - 2023-06-28
6
+
7
+ - fix: invalid module d ts because computers are horrible (#715)
8
+ - fix(cd): use package manager field (#704)
9
+
1
10
  ## 1.68.4 - 2023-06-22
2
11
 
3
12
  - feat(components): Give option to not track events on feature component (#708)