Skip to content

Commit

Permalink
chore(main): release 1.275.0 (#1262)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Dec 4, 2024
1 parent 8d10e14 commit 1cdc27e
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.275.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.274.0...v1.275.0) (2024-12-03)


### Features

* Allow logs api wrapper to update custom attributes ([#1265](https://github.com/newrelic/newrelic-browser-agent/issues/1265)) ([8d10e14](https://github.com/newrelic/newrelic-browser-agent/commit/8d10e14953f9a5b9ba97e865ba5476fc527ba384))
* Enable the browser agent to run in extension background contexts ([#1206](https://github.com/newrelic/newrelic-browser-agent/issues/1206)) ([37e976b](https://github.com/newrelic/newrelic-browser-agent/commit/37e976bf360c209efd163855e7fbe84d665e444b))


### Bug Fixes

* Harvest generic events when max size is reached ([#1250](https://github.com/newrelic/newrelic-browser-agent/issues/1250)) ([e00a469](https://github.com/newrelic/newrelic-browser-agent/commit/e00a46975bcc93c48798bd9153f3a503998b0915))

## [1.274.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.273.1...v1.274.0) (2024-11-19)


Expand Down
35 changes: 34 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "8d10e14953f9a5b9ba97e865ba5476fc527ba384",
"message": "Allow logs api wrapper to update custom attributes",
"issues": [
"1265"
]
},
{
"type": "feat",
"sha": "37e976bf360c209efd163855e7fbe84d665e444b",
"message": "Enable the browser agent to run in extension background contexts",
"issues": [
"1206"
]
},
{
"type": "fix",
"sha": "e00a46975bcc93c48798bd9153f3a503998b0915",
"message": "Harvest generic events when max size is reached",
"issues": [
"1250"
]
}
],
"version": "1.275.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "f1d3d772-cd3d-48f7-9b9a-c7b5ed538d05",
"createTime": "2024-12-03T21:39:52.055Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2235,5 +2268,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-11-19T20:16:39.794Z"
"updateTime": "2024-12-03T21:39:52.055Z"
}
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.274.0",
"version": "1.275.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 1cdc27e

Please sign in to comment.