Skip to content

Commit 4cdce5f

Browse files
chore(main): release 1.318.0
1 parent 20e272d commit 4cdce5f

4 files changed

Lines changed: 46 additions & 4 deletions

File tree

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.318.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.317.0...v1.318.0) (2026-07-08)
7+
8+
9+
### Features
10+
11+
* Add websocket init config ([#1803](https://github.com/newrelic/newrelic-browser-agent/issues/1803)) ([aa4d2f3](https://github.com/newrelic/newrelic-browser-agent/commit/aa4d2f330fb832e0bbbdd8ed88702621f7564abf))
12+
* Improve agent startup ([#1760](https://github.com/newrelic/newrelic-browser-agent/issues/1760)) ([d75f4bf](https://github.com/newrelic/newrelic-browser-agent/commit/d75f4bf7758f29e7096a84b8c55ed3d2b135caed))
13+
* MFE core web-vitals detection ([#1768](https://github.com/newrelic/newrelic-browser-agent/issues/1768)) ([8559842](https://github.com/newrelic/newrelic-browser-agent/commit/8559842cc233db8875f283c301c0e8b062689e05))
14+
615
## [1.317.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.316.0...v1.317.0) (2026-06-18)
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": "aa4d2f330fb832e0bbbdd8ed88702621f7564abf",
9+
"message": "Add websocket init config",
10+
"issues": [
11+
"1803"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "8559842cc233db8875f283c301c0e8b062689e05",
17+
"message": "MFE core web-vitals detection",
18+
"issues": [
19+
"1768"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "d75f4bf7758f29e7096a84b8c55ed3d2b135caed",
25+
"message": "Improve agent startup",
26+
"issues": [
27+
"1760"
28+
]
29+
}
30+
],
31+
"version": "1.318.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "2cf92556-9b5e-496b-a207-8b6cc0afff7d",
35+
"createTime": "2026-07-08T00:40:49.669Z"
36+
},
437
{
538
"changes": [
639
{
@@ -4053,5 +4086,5 @@
40534086
"createTime": "2023-05-08T21:11:35.144Z"
40544087
}
40554088
],
4056-
"updateTime": "2026-06-18T17:16:32.741Z"
4089+
"updateTime": "2026-07-08T00:40:49.669Z"
40574090
}

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