posthog-js
Advanced tools
Comparing version 1.29.0 to 1.29.1
@@ -0,1 +1,5 @@ | ||
## 1.29.1 - 2022-08-23 | ||
- fix(toolbar): Use apiURL from state if set (#438) | ||
## 1.29.0 - 2022-08-16 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "posthog-js", | ||
"version": "1.29.0", | ||
"version": "1.29.1", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
@@ -75,2 +75,3 @@ "repository": "https://github.com/PostHog/posthog-js", | ||
"*.{ts,tsx,js,json}": "prettier --write", | ||
"*.js": "eslint --fix", | ||
"*.{ts,tsx}": [ | ||
@@ -77,0 +78,0 @@ "eslint --fix", |
{ | ||
"name": "posthog-js", | ||
"version": "1.29.0", | ||
"version": "1.29.1", | ||
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.", | ||
@@ -75,2 +75,3 @@ "repository": "https://github.com/PostHog/posthog-js", | ||
"*.{ts,tsx,js,json}": "prettier --write", | ||
"*.js": "eslint --fix", | ||
"*.{ts,tsx}": [ | ||
@@ -77,0 +78,0 @@ "eslint --fix", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
2163576
14204