Skip to content

Commit 265f910

Browse files
chore(main): release 1.291.0 (#1484)
1 parent ae8f39b commit 265f910

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.291.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.290.1...v1.291.0) (2025-05-30)
7+
8+
9+
### Features
10+
11+
* Create the measure API ([#1476](https://github.com/newrelic/newrelic-browser-agent/issues/1476)) ([f944b76](https://github.com/newrelic/newrelic-browser-agent/commit/f944b76c2137e6d75e47e692ded4ba5f04bb4b6d))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix race between end of session and features aborting ([#1487](https://github.com/newrelic/newrelic-browser-agent/issues/1487)) ([531f8d4](https://github.com/newrelic/newrelic-browser-agent/commit/531f8d4228f6c7ead8e2342c8a8dd25c651e9ec6))
17+
* Harvest first session trace payload immediately ([#1483](https://github.com/newrelic/newrelic-browser-agent/issues/1483)) ([50f4ace](https://github.com/newrelic/newrelic-browser-agent/commit/50f4acea3e27c6b5e65d02ffb46af02b351e4500))
18+
619
## [1.290.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.290.0...v1.290.1) (2025-05-21)
720

821

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": "fix",
8+
"sha": "531f8d4228f6c7ead8e2342c8a8dd25c651e9ec6",
9+
"message": "Fix race between end of session and features aborting",
10+
"issues": [
11+
"1487"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "50f4acea3e27c6b5e65d02ffb46af02b351e4500",
17+
"message": "Harvest first session trace payload immediately",
18+
"issues": [
19+
"1483"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "f944b76c2137e6d75e47e692ded4ba5f04bb4b6d",
25+
"message": "Create the measure API",
26+
"issues": [
27+
"1476"
28+
]
29+
}
30+
],
31+
"version": "1.291.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "0bb8f400-8ef6-451b-a1db-81b07d668993",
35+
"createTime": "2025-05-30T01:48:15.628Z"
36+
},
437
{
538
"changes": [
639
{
@@ -2900,5 +2933,5 @@
29002933
"createTime": "2023-05-08T21:11:35.144Z"
29012934
}
29022935
],
2903-
"updateTime": "2025-05-21T22:25:38.591Z"
2936+
"updateTime": "2025-05-30T01:48:15.628Z"
29042937
}

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