Skip to content

Commit d78c8f2

Browse files
committed
4.1.1
1 parent 15ba4b2 commit d78c8f2

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# lux.js changelog
22

3+
## 2025-04-08: v4.1.1
4+
5+
### Bug fixes
6+
7+
- Limit the number of LoAF entries and script attribution to prevent large beacon payloads.
8+
- Better handling for legacy browsers that do not support `URLSearchParams`.
9+
310
## 2025-04-08: v4.1.0
411

512
### New features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speedcurve/lux",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"main": "dist/lux.js",
55
"scripts": {
66
"build": "npm run rollup",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { padStart } from "./string";
22

3-
export const VERSION = "4.1.0";
3+
export const VERSION = "4.1.1";
44

55
/**
66
* Returns the version of the script as a float to be stored in legacy systems that do not support

0 commit comments

Comments
 (0)