Skip to content

Commit 4a5d494

Browse files
chore(main): release 1.292.1 (#1509)
1 parent 9ff5114 commit 4a5d494

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.292.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.292.0...v1.292.1) (2025-06-26)
7+
8+
9+
### Bug Fixes
10+
11+
* fix custom attribute race condition precedence ([#1507](https://github.com/newrelic/newrelic-browser-agent/issues/1507)) ([969f634](https://github.com/newrelic/newrelic-browser-agent/commit/969f634f4d22f112f3aba2fc2e74d6959dafbae5))
12+
613
## [1.292.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.291.1...v1.292.0) (2025-06-16)
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": "969f634f4d22f112f3aba2fc2e74d6959dafbae5",
9+
"message": "fix custom attribute race condition precedence",
10+
"issues": [
11+
"1507"
12+
]
13+
}
14+
],
15+
"version": "1.292.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "b0b14720-8265-4152-889f-6b45e68d6b7f",
19+
"createTime": "2025-06-26T13:30:07.324Z"
20+
},
421
{
522
"changes": [
623
{
@@ -2999,5 +3016,5 @@
29993016
"createTime": "2023-05-08T21:11:35.144Z"
30003017
}
30013018
],
3002-
"updateTime": "2025-06-16T15:32:12.554Z"
3019+
"updateTime": "2025-06-26T13:30:07.324Z"
30033020
}

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.292.0",
3+
"version": "1.292.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)