posthog-js 1.53.4 → 1.54.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 +5 -0
- package/README.md +1 -0
- package/dist/array.full.js +1 -1
- package/dist/array.full.js.map +1 -1
- package/dist/array.js +1 -1
- package/dist/array.js.map +1 -1
- package/dist/es.js +1 -1
- package/dist/es.js.map +1 -1
- package/dist/module.d.ts +38 -0
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/lib/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -111,6 +111,7 @@ We tend to follow the following steps:
|
|
|
111
111
|
- `git push --tags`
|
|
112
112
|
6. Create a PR linking to this version in the [main PostHog repo](https://github.com/posthog/posthog).
|
|
113
113
|
|
|
114
|
+
|
|
114
115
|
## Questions?
|
|
115
116
|
|
|
116
117
|
### [Join our Slack community.](https://posthog.com/slack)
|