Skip to content

Commit 2d19548

Browse files
chore(main): release 1.307.0 (#1657)
1 parent d93f3f3 commit 2d19548

File tree

4 files changed

+46
-4
lines changed

4 files changed

+46
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.307.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.306.0...v1.307.0) (2026-01-06)
7+
8+
9+
### Features
10+
11+
* Add resetSession option to setUserId() API ([#1646](https://github.com/newrelic/newrelic-browser-agent/issues/1646)) ([c284cfd](https://github.com/newrelic/newrelic-browser-agent/commit/c284cfde4a18fb9afa75c11b181944401a902e13))
12+
* Ajax deny list wildcard support ([#1655](https://github.com/newrelic/newrelic-browser-agent/issues/1655)) ([61fa99b](https://github.com/newrelic/newrelic-browser-agent/commit/61fa99ba39334b85f7611a076943f15356f65364))
13+
* Make soft navigations feature the default SPA ([#1638](https://github.com/newrelic/newrelic-browser-agent/issues/1638)) ([d93f3f3](https://github.com/newrelic/newrelic-browser-agent/commit/d93f3f388085b7e76292e79749977db19a10765a))
14+
615
## [1.306.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.305.0...v1.306.0) (2025-12-16)
716

817

changelog.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "d93f3f388085b7e76292e79749977db19a10765a",
9+
"message": "Make soft navigations feature the default SPA",
10+
"issues": [
11+
"1638"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "c284cfde4a18fb9afa75c11b181944401a902e13",
17+
"message": "Add resetSession option to setUserId() API",
18+
"issues": [
19+
"1646"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "61fa99ba39334b85f7611a076943f15356f65364",
25+
"message": "Ajax deny list wildcard support",
26+
"issues": [
27+
"1655"
28+
]
29+
}
30+
],
31+
"version": "1.307.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "ad77e5a2-aa35-454d-98a9-4c91b8674957",
35+
"createTime": "2026-01-06T19:11:03.484Z"
36+
},
437
{
538
"changes": [
639
{
@@ -3527,5 +3560,5 @@
35273560
"createTime": "2023-05-08T21:11:35.144Z"
35283561
}
35293562
],
3530-
"updateTime": "2025-12-16T15:22:41.405Z"
3563+
"updateTime": "2026-01-06T19:11:03.484Z"
35313564
}

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