Skip to content

Commit f779a85

Browse files
chore(main): release 1.300.0
1 parent 91fd4b9 commit f779a85

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.300.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.299.0...v1.300.0) (2025-10-09)
7+
8+
9+
### Features
10+
11+
* Reduce hasReplay attribute false positive rate ([#1586](https://github.com/newrelic/newrelic-browser-agent/issues/1586)) ([82f1d55](https://github.com/newrelic/newrelic-browser-agent/commit/82f1d55c8a008c3219132afe471acf05b7783743))
12+
13+
14+
### Bug Fixes
15+
16+
* Address issues with dynamic require and Rollup.js ([#1584](https://github.com/newrelic/newrelic-browser-agent/issues/1584)) ([91fd4b9](https://github.com/newrelic/newrelic-browser-agent/commit/91fd4b946f8db4fd939abd95706e2cc60c1c170b))
17+
618
## [1.299.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.298.0...v1.299.0) (2025-10-07)
719

820

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "91fd4b946f8db4fd939abd95706e2cc60c1c170b",
9+
"message": "Address issues with dynamic require and Rollup.js",
10+
"issues": [
11+
"1584"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "82f1d55c8a008c3219132afe471acf05b7783743",
17+
"message": "Reduce hasReplay attribute false positive rate",
18+
"issues": [
19+
"1586"
20+
]
21+
}
22+
],
23+
"version": "1.300.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "b949c537-2384-47d4-b618-cd90949aad4f",
27+
"createTime": "2025-10-09T19:37:59.353Z"
28+
},
429
{
530
"changes": [
631
{
@@ -3248,5 +3273,5 @@
32483273
"createTime": "2023-05-08T21:11:35.144Z"
32493274
}
32503275
],
3251-
"updateTime": "2025-10-07T19:16:04.454Z"
3276+
"updateTime": "2025-10-09T19:37:59.353Z"
32523277
}

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