Skip to content

Commit d7391a3

Browse files
chore: update versions and lockfile [version bump]
1 parent 42fbd41 commit d7391a3

File tree

11 files changed

+4187
-191
lines changed

11 files changed

+4187
-191
lines changed

.changeset/reduce-browser-bundle-size.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/browser/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# posthog-js
22

3+
## 1.363.3
4+
5+
### Patch Changes
6+
7+
- [#3253](https://github.com/PostHog/posthog-js/pull/3253) [`42fbd41`](https://github.com/PostHog/posthog-js/commit/42fbd4190ac4c4ce850158407512d15fa2e590c8) Thanks [@marandaneto](https://github.com/marandaneto)! - Reduce browser SDK bundle size by ~6.6 KB (-3.7%) through code modernization, build config tuning, string deduplication, enum-to-const conversions, and property access shorthand getters.
8+
(2026-03-23)
9+
- Updated dependencies []:
10+
- @posthog/types@1.363.3
11+
312
## 1.363.2
413

514
### Patch Changes

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "posthog-js",
3-
"version": "1.363.2",
3+
"version": "1.363.3",
44
"description": "Posthog-js allows you to automatically capture usage and send events to PostHog.",
55
"repository": "https://github.com/PostHog/posthog-js",
66
"author": "hey@posthog.com",

0 commit comments

Comments
 (0)