Skip to content

Commit 6ccc3cd

Browse files
chore(main): release 1.300.0 (#1587)
1 parent c930208 commit 6ccc3cd

File tree

4 files changed

+59
-4
lines changed

4 files changed

+59
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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-14)
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+
* Remove usage of the marks and measures feature flag ([#1589](https://github.com/newrelic/newrelic-browser-agent/issues/1589)) ([cefd898](https://github.com/newrelic/newrelic-browser-agent/commit/cefd898a8e8ab35004f29e42236f096f3e6e220b))
13+
14+
15+
### Bug Fixes
16+
17+
* 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))
18+
* Update typings for interaction API to reflect waitForEnd ([#1591](https://github.com/newrelic/newrelic-browser-agent/issues/1591)) ([c930208](https://github.com/newrelic/newrelic-browser-agent/commit/c930208c0e8e9cb9affa9e6f664d3a28b132b66c))
19+
620
## [1.299.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.298.0...v1.299.0) (2025-10-07)
721

822

changelog.json

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,47 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "c930208c0e8e9cb9affa9e6f664d3a28b132b66c",
9+
"message": "Update typings for interaction API to reflect waitForEnd",
10+
"issues": [
11+
"1591"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "cefd898a8e8ab35004f29e42236f096f3e6e220b",
17+
"message": "Remove usage of the marks and measures feature flag",
18+
"issues": [
19+
"1589"
20+
]
21+
},
22+
{
23+
"type": "fix",
24+
"sha": "91fd4b946f8db4fd939abd95706e2cc60c1c170b",
25+
"message": "Address issues with dynamic require and Rollup.js",
26+
"issues": [
27+
"1584"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "82f1d55c8a008c3219132afe471acf05b7783743",
33+
"message": "Reduce hasReplay attribute false positive rate",
34+
"issues": [
35+
"1586"
36+
]
37+
}
38+
],
39+
"version": "1.300.0",
40+
"language": "JAVASCRIPT",
41+
"artifactName": "@newrelic/browser-agent",
42+
"id": "57fe7e2f-1d79-4af7-9a58-25bc70d7ef67",
43+
"createTime": "2025-10-14T17:49:09.902Z"
44+
},
445
{
546
"changes": [
647
{
@@ -3248,5 +3289,5 @@
32483289
"createTime": "2023-05-08T21:11:35.144Z"
32493290
}
32503291
],
3251-
"updateTime": "2025-10-07T19:16:04.454Z"
3292+
"updateTime": "2025-10-14T17:49:09.902Z"
32523293
}

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 <[email protected]>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)