Skip to content

Commit 8893f2d

Browse files
chore(main): release 1.280.0 (#1357)
1 parent c2e22ab commit 8893f2d

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.280.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.279.1...v1.280.0) (2025-01-31)
7+
8+
9+
### Features
10+
11+
* Remove agentIdentifier argument from agent constructors ([#1353](https://github.com/newrelic/newrelic-browser-agent/issues/1353)) ([cb866e5](https://github.com/newrelic/newrelic-browser-agent/commit/cb866e5678bf6aa898c082f2be83145a5014fd0e))
12+
13+
14+
### Bug Fixes
15+
16+
* Roll back to previous FirstInteraction implementation ([#1359](https://github.com/newrelic/newrelic-browser-agent/issues/1359)) ([c2e22ab](https://github.com/newrelic/newrelic-browser-agent/commit/c2e22ab49b00e9cfbeb54664a820e1aa4ed28a53))
17+
618
## [1.279.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.279.0...v1.279.1) (2025-01-28)
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": "fix",
8+
"sha": "c2e22ab49b00e9cfbeb54664a820e1aa4ed28a53",
9+
"message": "Roll back to previous FirstInteraction implementation",
10+
"issues": [
11+
"1359"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "cb866e5678bf6aa898c082f2be83145a5014fd0e",
17+
"message": "Remove agentIdentifier argument from agent constructors",
18+
"issues": [
19+
"1353"
20+
]
21+
}
22+
],
23+
"version": "1.280.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "38af3efa-dba3-42e2-ba50-ccae66536a3a",
27+
"createTime": "2025-01-31T22:01:38.961Z"
28+
},
429
{
530
"changes": [
631
{
@@ -2460,5 +2485,5 @@
24602485
"createTime": "2023-05-08T21:11:35.144Z"
24612486
}
24622487
],
2463-
"updateTime": "2025-01-28T15:17:59.288Z"
2488+
"updateTime": "2025-01-31T22:01:38.961Z"
24642489
}

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