Skip to content

Commit

Permalink
chore(main): release 1.245.0 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Oct 18, 2023
1 parent d44f033 commit 97cbacf
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.245.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.244.0...v1.245.0) (2023-10-18)


### Features

* Allow boolean values in setCustomAttribute ([#776](https://github.com/newrelic/newrelic-browser-agent/issues/776)) ([d44f033](https://github.com/newrelic/newrelic-browser-agent/commit/d44f03384655f47c5f8a63db02f7eaac58585a86))
* Detect GraphQL operation names and types in AJAX calls ([#764](https://github.com/newrelic/newrelic-browser-agent/issues/764)) ([8587afc](https://github.com/newrelic/newrelic-browser-agent/commit/8587afc9dbc18a52048f467c77e5ededc225eb2a))
* Removing worker build ([#762](https://github.com/newrelic/newrelic-browser-agent/issues/762)) ([15f801b](https://github.com/newrelic/newrelic-browser-agent/commit/15f801b1a48c6e60f8f50f349aa382c77a073480))

## [1.244.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.243.1...v1.244.0) (2023-10-10)


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": "d44f03384655f47c5f8a63db02f7eaac58585a86",
"message": "Allow boolean values in setCustomAttribute",
"issues": [
"776"
]
},
{
"type": "feat",
"sha": "8587afc9dbc18a52048f467c77e5ededc225eb2a",
"message": "Detect GraphQL operation names and types in AJAX calls",
"issues": [
"764"
]
},
{
"type": "feat",
"sha": "15f801b1a48c6e60f8f50f349aa382c77a073480",
"message": "Removing worker build",
"issues": [
"762"
]
}
],
"version": "1.245.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "5402b6db-cbf1-4e3e-92f4-4343655fa1da",
"createTime": "2023-10-18T17:12:26.391Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -702,5 +735,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-10-10T22:36:37.655Z"
"updateTime": "2023-10-18T17:12:26.391Z"
}
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.244.0",
"version": "1.245.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 97cbacf

Please sign in to comment.