Skip to content

Commit fd16e64

Browse files
chore(main): release 1.297.1 (#1569)
1 parent 43df898 commit fd16e64

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.297.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.297.0...v1.297.1) (2025-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* Prevent double import of Session Replay aggregate class ([#1558](https://github.com/newrelic/newrelic-browser-agent/issues/1558)) ([ffc647c](https://github.com/newrelic/newrelic-browser-agent/commit/ffc647c2c757034b14d56bac9b0103b2016c5fbb))
12+
613
## [1.297.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.296.0...v1.297.0) (2025-09-10)
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": "ffc647c2c757034b14d56bac9b0103b2016c5fbb",
9+
"message": "Prevent double import of Session Replay aggregate class",
10+
"issues": [
11+
"1558"
12+
]
13+
}
14+
],
15+
"version": "1.297.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "1fb522d1-9248-4e6a-9dc3-b6f46061eb72",
19+
"createTime": "2025-09-17T19:41:05.967Z"
20+
},
421
{
522
"changes": [
623
{
@@ -3165,5 +3182,5 @@
31653182
"createTime": "2023-05-08T21:11:35.144Z"
31663183
}
31673184
],
3168-
"updateTime": "2025-09-10T21:46:13.910Z"
3185+
"updateTime": "2025-09-17T19:41:05.967Z"
31693186
}

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