Skip to content

Commit e81790f

Browse files
chore(main): release 1.292.0 (#1500)
1 parent 676bdb7 commit e81790f

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.292.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.291.1...v1.292.0) (2025-06-16)
7+
8+
9+
### Features
10+
11+
* Add more inspection events ([#1494](https://github.com/newrelic/newrelic-browser-agent/issues/1494)) ([def89c4](https://github.com/newrelic/newrelic-browser-agent/commit/def89c4ab5850a3d8f8dc03b424a473bd5eb4bb5))
12+
* Update BrowserInteraction previousUrl definition ([#1499](https://github.com/newrelic/newrelic-browser-agent/issues/1499)) ([93f0fd0](https://github.com/newrelic/newrelic-browser-agent/commit/93f0fd0076e1e1fcc2b353d766a7a95c0f524e76))
13+
14+
15+
### Bug Fixes
16+
17+
* Fix .finished API timeSinceLoad value ([#1503](https://github.com/newrelic/newrelic-browser-agent/issues/1503)) ([363a898](https://github.com/newrelic/newrelic-browser-agent/commit/363a898fce43c9c53a881f1d3b4a16ca7ced70f8))
18+
619
## [1.291.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.291.0...v1.291.1) (2025-06-06)
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": "feat",
8+
"sha": "93f0fd0076e1e1fcc2b353d766a7a95c0f524e76",
9+
"message": "Update BrowserInteraction previousUrl definition",
10+
"issues": [
11+
"1499"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "363a898fce43c9c53a881f1d3b4a16ca7ced70f8",
17+
"message": "Fix .finished API timeSinceLoad value",
18+
"issues": [
19+
"1503"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "def89c4ab5850a3d8f8dc03b424a473bd5eb4bb5",
25+
"message": "Add more inspection events",
26+
"issues": [
27+
"1494"
28+
]
29+
}
30+
],
31+
"version": "1.292.0",
32+
"language": "JAVASCRIPT",
33+
"artifactName": "@newrelic/browser-agent",
34+
"id": "1be74a5b-c68d-4023-af92-4c5d0974574e",
35+
"createTime": "2025-06-16T15:32:12.554Z"
36+
},
437
{
538
"changes": [
639
{
@@ -2966,5 +2999,5 @@
29662999
"createTime": "2023-05-08T21:11:35.144Z"
29673000
}
29683001
],
2969-
"updateTime": "2025-06-06T23:27:36.674Z"
3002+
"updateTime": "2025-06-16T15:32:12.554Z"
29703003
}

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