Skip to content

Commit 42a16ee

Browse files
chore(main): release 1.294.0 (#1528)
1 parent d0b8b8f commit 42a16ee

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.294.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.293.0...v1.294.0) (2025-07-23)
7+
8+
9+
### Features
10+
11+
* Harvest early ([#1513](https://github.com/newrelic/newrelic-browser-agent/issues/1513)) ([d347eaa](https://github.com/newrelic/newrelic-browser-agent/commit/d347eaa76e26a9a4fc8e5c191de6a3c737712c68))
12+
13+
14+
### Bug Fixes
15+
16+
* report empty previousUrl as undefined ([#1526](https://github.com/newrelic/newrelic-browser-agent/issues/1526)) ([e3ca824](https://github.com/newrelic/newrelic-browser-agent/commit/e3ca824847e8f91a5da8cca8bf7717001c16929b))
17+
618
## [1.293.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.292.1...v1.293.0) (2025-07-01)
719

820

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "d347eaa76e26a9a4fc8e5c191de6a3c737712c68",
9+
"message": "Harvest early",
10+
"issues": [
11+
"1513"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "e3ca824847e8f91a5da8cca8bf7717001c16929b",
17+
"message": "report empty previousUrl as undefined",
18+
"issues": [
19+
"1526"
20+
]
21+
}
22+
],
23+
"version": "1.294.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "ba53a1d3-0018-48ad-86b1-81ec45c9e8bd",
27+
"createTime": "2025-07-23T16:30:07.752Z"
28+
},
429
{
530
"changes": [
631
{
@@ -3049,5 +3074,5 @@
30493074
"createTime": "2023-05-08T21:11:35.144Z"
30503075
}
30513076
],
3052-
"updateTime": "2025-07-01T15:41:26.362Z"
3077+
"updateTime": "2025-07-23T16:30:07.752Z"
30533078
}

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