Skip to content

Commit e7e0114

Browse files
chore(main): release 1.278.2 (#1316)
1 parent 64babe1 commit e7e0114

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.278.2](https://github.com/newrelic/newrelic-browser-agent/compare/v1.278.1...v1.278.2) (2025-01-09)
7+
8+
9+
### Bug Fixes
10+
11+
* Allow the page view feature to have access to an event buffer ([#1315](https://github.com/newrelic/newrelic-browser-agent/issues/1315)) ([64babe1](https://github.com/newrelic/newrelic-browser-agent/commit/64babe18a5c4190f6d7bdc775fe5f55db095c892))
12+
613
## [1.278.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.278.0...v1.278.1) (2025-01-08)
714

815

changelog.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "64babe18a5c4190f6d7bdc775fe5f55db095c892",
9+
"message": "Allow the page view feature to have access to an event buffer",
10+
"issues": [
11+
"1315"
12+
]
13+
}
14+
],
15+
"version": "1.278.2",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "40eb13de-24a0-4805-8d51-62ff0f2ce6da",
19+
"createTime": "2025-01-09T23:17:44.037Z"
20+
},
421
{
522
"changes": [
623
{
@@ -2368,5 +2385,5 @@
23682385
"createTime": "2023-05-08T21:11:35.144Z"
23692386
}
23702387
],
2371-
"updateTime": "2025-01-08T18:59:50.502Z"
2388+
"updateTime": "2025-01-09T23:17:44.037Z"
23722389
}

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.278.1",
3+
"version": "1.278.2",
44
"private": false,
55
"author": "New Relic Browser Agent Team <[email protected]>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)