Skip to content

Commit

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

## [1.240.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.239.1...v1.240.0) (2023-09-12)


### Features

* Add session trace metadata params ([#676](https://github.com/newrelic/newrelic-browser-agent/issues/676)) ([882b21c](https://github.com/newrelic/newrelic-browser-agent/commit/882b21c6e62eb08ea2571348bb9ae1f94bd06201))
* Add SR to pro and spa builds (only runs for LP customers) ([#677](https://github.com/newrelic/newrelic-browser-agent/issues/677)) ([6d8ddb4](https://github.com/newrelic/newrelic-browser-agent/commit/6d8ddb4fd0eb4120ddfa097249a62e8b9866072d))
* Centralize web vitals timings ([#635](https://github.com/newrelic/newrelic-browser-agent/issues/635)) ([d912e94](https://github.com/newrelic/newrelic-browser-agent/commit/d912e943470b4dbe8b2544fdcc3f89d757041c35))
* Origin of agent webpack chunks now changeable ([#659](https://github.com/newrelic/newrelic-browser-agent/issues/659)) ([739e2dd](https://github.com/newrelic/newrelic-browser-agent/commit/739e2dd8032bc92cebd238159c42e8ceb81a6b37))

## [1.239.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.239.0...v1.239.1) (2023-09-02)


Expand Down
43 changes: 42 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "739e2dd8032bc92cebd238159c42e8ceb81a6b37",
"message": "Origin of agent webpack chunks now changeable",
"issues": [
"659"
]
},
{
"type": "feat",
"sha": "882b21c6e62eb08ea2571348bb9ae1f94bd06201",
"message": "Add session trace metadata params",
"issues": [
"676"
]
},
{
"type": "feat",
"sha": "6d8ddb4fd0eb4120ddfa097249a62e8b9866072d",
"message": "Add SR to pro and spa builds (only runs for LP customers)",
"issues": [
"677"
]
},
{
"type": "feat",
"sha": "d912e943470b4dbe8b2544fdcc3f89d757041c35",
"message": "Centralize web vitals timings",
"issues": [
"635"
]
}
],
"version": "1.240.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "7fd3372c-31c9-4422-9704-d9c6a4313e8a",
"createTime": "2023-09-12T20:23:38.840Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -464,5 +505,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-09-02T03:12:08.306Z"
"updateTime": "2023-09-12T20:23:38.840Z"
}
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.239.1",
"version": "1.240.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 8f696c8

Please sign in to comment.