Skip to content

Commit

Permalink
chore(main): release 1.280.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team committed Jan 31, 2025
1 parent c2e22ab commit 0a3ccad
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.280.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.279.1...v1.280.0) (2025-01-31)


### Features

* 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))


### Bug Fixes

* 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))

## [1.279.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.279.0...v1.279.1) (2025-01-28)


Expand Down
27 changes: 26 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "c2e22ab49b00e9cfbeb54664a820e1aa4ed28a53",
"message": "Roll back to previous FirstInteraction implementation",
"issues": [
"1359"
]
},
{
"type": "feat",
"sha": "cb866e5678bf6aa898c082f2be83145a5014fd0e",
"message": "Remove agentIdentifier argument from agent constructors",
"issues": [
"1353"
]
}
],
"version": "1.280.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "38af3efa-dba3-42e2-ba50-ccae66536a3a",
"createTime": "2025-01-31T22:01:38.961Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2460,5 +2485,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2025-01-28T15:17:59.288Z"
"updateTime": "2025-01-31T22:01:38.961Z"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/browser-agent",
"version": "1.279.1",
"version": "1.280.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 0a3ccad

Please sign in to comment.