Skip to content

Commit

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

## [1.254.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.253.0...v1.254.0) (2024-03-25)


### Features

* Add rum-response metadata handler ([#913](https://github.com/newrelic/newrelic-browser-agent/issues/913)) ([2c99a5b](https://github.com/newrelic/newrelic-browser-agent/commit/2c99a5b11300ea9ef9ee7b5158b9d42c00693d03))
* Calculate New Relic time in the agent ([#911](https://github.com/newrelic/newrelic-browser-agent/issues/911)) ([91b1f96](https://github.com/newrelic/newrelic-browser-agent/commit/91b1f96efafe19f7b1b3fd4f39b9af1136b0a3a8))
* maintain a harvestCount for use later with harvestId ([#922](https://github.com/newrelic/newrelic-browser-agent/issues/922)) ([d0b5b7d](https://github.com/newrelic/newrelic-browser-agent/commit/d0b5b7d644b8ffc3667bf3b2521733cc7940f982))
* Standardize all feature behavior to wait for RUM response ([#927](https://github.com/newrelic/newrelic-browser-agent/issues/927)) ([ac266fa](https://github.com/newrelic/newrelic-browser-agent/commit/ac266faea203a7edc01ddecabbfdcc13bf602081))


### Bug Fixes

* Remove webpack imports in npm package ([#925](https://github.com/newrelic/newrelic-browser-agent/issues/925)) ([7b35238](https://github.com/newrelic/newrelic-browser-agent/commit/7b35238d53df97ca0183f06642601eb381aad063))

## [1.253.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.252.1...v1.253.0) (2024-03-13)


Expand Down
51 changes: 50 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,55 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "7b35238d53df97ca0183f06642601eb381aad063",
"message": "Remove webpack imports in npm package",
"issues": [
"925"
]
},
{
"type": "feat",
"sha": "ac266faea203a7edc01ddecabbfdcc13bf602081",
"message": "Standardize all feature behavior to wait for RUM response",
"issues": [
"927"
]
},
{
"type": "feat",
"sha": "d0b5b7d644b8ffc3667bf3b2521733cc7940f982",
"message": "maintain a harvestCount for use later with harvestId",
"issues": [
"922"
]
},
{
"type": "feat",
"sha": "2c99a5b11300ea9ef9ee7b5158b9d42c00693d03",
"message": "Add rum-response metadata handler",
"issues": [
"913"
]
},
{
"type": "feat",
"sha": "91b1f96efafe19f7b1b3fd4f39b9af1136b0a3a8",
"message": "Calculate New Relic time in the agent",
"issues": [
"911"
]
}
],
"version": "1.254.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "60d75830-eb12-4164-bfa2-9302a9ecf27e",
"createTime": "2024-03-25T16:07:51.888Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1138,5 +1187,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-03-13T16:54:47.318Z"
"updateTime": "2024-03-25T16:07:51.888Z"
}
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.253.0",
"version": "1.254.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit b416ea6

Please sign in to comment.