Skip to content

Commit

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

## [1.271.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.270.3...v1.271.0) (2024-11-01)


### Features

* Ignore unhandled promise rejections that lack a valid reason ([#1233](https://github.com/newrelic/newrelic-browser-agent/issues/1233)) ([25a1fff](https://github.com/newrelic/newrelic-browser-agent/commit/25a1fffb91fa5936766a7bc89d735b3018aa62a2))

## [1.270.3](https://github.com/newrelic/newrelic-browser-agent/compare/v1.270.2...v1.270.3) (2024-10-31)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "25a1fffb91fa5936766a7bc89d735b3018aa62a2",
"message": "Ignore unhandled promise rejections that lack a valid reason",
"issues": [
"1233"
]
}
],
"version": "1.271.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "5fe576f3-60ca-49a1-91d0-8b60f72a523c",
"createTime": "2024-11-01T14:08:54.003Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2142,5 +2159,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-10-31T18:10:14.684Z"
"updateTime": "2024-11-01T14:08:54.003Z"
}
10 changes: 5 additions & 5 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.270.3",
"version": "1.271.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 53da836

Please sign in to comment.