Skip to content

Commit 5492288

Browse files
chore(main): release interaction-trace 1.1.0 (#27)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7691707 commit 5492288

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/Doist/interaction-trace/compare/interaction-trace-v1.0.0...interaction-trace-v1.1.0) (2026-02-06)
4+
5+
6+
### Features
7+
8+
* allow isEnabled() to return undefined to defer to sampleRate ([#26](https://github.com/Doist/interaction-trace/issues/26)) ([7691707](https://github.com/Doist/interaction-trace/commit/7691707d2defb39a050c7228d180c5d26988d967))
9+
310
## 1.0.0 (2026-02-06)
411

512

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": "@doist/interaction-trace",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A performance monitoring library for tracking the time from user interactions to next paint (INP) and last long-animation frame (LoAF), with declarative trace signing and third-party reporting.",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)