Skip to content

Commit 1957e89

Browse files
chore(main): release 1.270.0 (#1222)
1 parent a5996be commit 1957e89

File tree

4 files changed

+64
-4
lines changed

4 files changed

+64
-4
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.270.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.269.0...v1.270.0) (2024-10-22)
7+
8+
9+
### Features
10+
11+
* Add Firefox to LCP test matcher ([#1223](https://github.com/newrelic/newrelic-browser-agent/issues/1223)) ([c6a20e1](https://github.com/newrelic/newrelic-browser-agent/commit/c6a20e11b694fcf721ce27b02be1df76caed1a3e))
12+
* Move deregisterDrain method to feature-base ([#1220](https://github.com/newrelic/newrelic-browser-agent/issues/1220)) ([5fdea14](https://github.com/newrelic/newrelic-browser-agent/commit/5fdea14097d415d7c6f3f98bfe87848e118ec62e))
13+
* Relocate aggregator from loader and improve agent internals ([#1216](https://github.com/newrelic/newrelic-browser-agent/issues/1216)) ([789df5a](https://github.com/newrelic/newrelic-browser-agent/commit/789df5a0d5574acb02ac0db2aea98150a9c8786e))
14+
* Remove 'pageHide' from page end-of-lifecycle listener ([#1219](https://github.com/newrelic/newrelic-browser-agent/issues/1219)) ([daf349e](https://github.com/newrelic/newrelic-browser-agent/commit/daf349e632902597c232c3392cc5d188f2995f25))
15+
* Remove supportsSendBeacon runtime property ([#1224](https://github.com/newrelic/newrelic-browser-agent/issues/1224)) ([a5996be](https://github.com/newrelic/newrelic-browser-agent/commit/a5996bec25f7c4038ce87f2ad72eb61d637f5994))
16+
617
## [1.269.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.268.0...v1.269.0) (2024-10-16)
718

819

changelog.json

+50-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,55 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "a5996bec25f7c4038ce87f2ad72eb61d637f5994",
9+
"message": "Remove supportsSendBeacon runtime property",
10+
"issues": [
11+
"1224"
12+
]
13+
},
14+
{
15+
"type": "feat",
16+
"sha": "c6a20e11b694fcf721ce27b02be1df76caed1a3e",
17+
"message": "Add Firefox to LCP test matcher",
18+
"issues": [
19+
"1223"
20+
]
21+
},
22+
{
23+
"type": "feat",
24+
"sha": "daf349e632902597c232c3392cc5d188f2995f25",
25+
"message": "Remove 'pageHide' from page end-of-lifecycle listener",
26+
"issues": [
27+
"1219"
28+
]
29+
},
30+
{
31+
"type": "feat",
32+
"sha": "5fdea14097d415d7c6f3f98bfe87848e118ec62e",
33+
"message": "Move deregisterDrain method to feature-base",
34+
"issues": [
35+
"1220"
36+
]
37+
},
38+
{
39+
"type": "feat",
40+
"sha": "789df5a0d5574acb02ac0db2aea98150a9c8786e",
41+
"message": "Relocate aggregator from loader and improve agent internals",
42+
"issues": [
43+
"1216"
44+
]
45+
}
46+
],
47+
"version": "1.270.0",
48+
"language": "JAVASCRIPT",
49+
"artifactName": "@newrelic/browser-agent",
50+
"id": "3d5396c5-8086-479e-bf80-7968181edc8c",
51+
"createTime": "2024-10-22T22:07:09.547Z"
52+
},
453
{
554
"changes": [
655
{
@@ -2042,5 +2091,5 @@
20422091
"createTime": "2023-05-08T21:11:35.144Z"
20432092
}
20442093
],
2045-
"updateTime": "2024-10-16T16:00:42.905Z"
2094+
"updateTime": "2024-10-22T22:07:09.547Z"
20462095
}

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/browser-agent",
3-
"version": "1.269.0",
3+
"version": "1.270.0",
44
"private": false,
55
"author": "New Relic Browser Agent Team <[email protected]>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)