Skip to content

Commit 0d9b50c

Browse files
chore(main): release 1.310.1
1 parent d3ee0e0 commit 0d9b50c

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.310.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.310.0...v1.310.1) (2026-02-19)
7+
8+
9+
### Bug Fixes
10+
11+
* Enhance LCP entry with fallback attribution values ([#1701](https://github.com/newrelic/newrelic-browser-agent/issues/1701)) ([a212776](https://github.com/newrelic/newrelic-browser-agent/commit/a21277667d7ff05642c9a01ea77a492ecb8c0522))
12+
613
## [1.310.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.309.0...v1.310.0) (2026-02-17)
714

815

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "a21277667d7ff05642c9a01ea77a492ecb8c0522",
9+
"message": "Enhance LCP entry with fallback attribution values",
10+
"issues": [
11+
"1701"
12+
]
13+
}
14+
],
15+
"version": "1.310.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "319dcab3-cbf1-42cd-a752-cc1a5928a4ba",
19+
"createTime": "2026-02-19T14:30:11.075Z"
20+
},
421
{
522
"changes": [
623
{
@@ -3715,5 +3732,5 @@
37153732
"createTime": "2023-05-08T21:11:35.144Z"
37163733
}
37173734
],
3718-
"updateTime": "2026-02-17T22:11:19.817Z"
3735+
"updateTime": "2026-02-19T14:30:11.075Z"
37193736
}

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": "@newrelic/browser-agent",
3-
"version": "1.310.0",
3+
"version": "1.310.1",
44
"private": false,
55
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)