Skip to content

Commit 2470810

Browse files
chore(main): release 1.283.2 (#1393)
1 parent 00cfd66 commit 2470810

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.283.2](https://github.com/newrelic/newrelic-browser-agent/compare/v1.283.1...v1.283.2) (2025-02-21)
7+
8+
9+
### Bug Fixes
10+
11+
* Add logging analytic metrics and fix browser performance metrics ([#1392](https://github.com/newrelic/newrelic-browser-agent/issues/1392)) ([00cfd66](https://github.com/newrelic/newrelic-browser-agent/commit/00cfd661ad24ec2faa885fcab1df61912163ef13))
12+
613
## [1.283.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.283.0...v1.283.1) (2025-02-19)
714

815

changelog.json

Lines changed: 18 additions & 1 deletion
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": "00cfd661ad24ec2faa885fcab1df61912163ef13",
9+
"message": "Add logging analytic metrics and fix browser performance metrics",
10+
"issues": [
11+
"1392"
12+
]
13+
}
14+
],
15+
"version": "1.283.2",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "99e3ed87-3778-4a59-b253-f9d0c94629a1",
19+
"createTime": "2025-02-21T20:25:42.625Z"
20+
},
421
{
522
"changes": [
623
{
@@ -2561,5 +2578,5 @@
25612578
"createTime": "2023-05-08T21:11:35.144Z"
25622579
}
25632580
],
2564-
"updateTime": "2025-02-19T18:25:47.998Z"
2581+
"updateTime": "2025-02-21T20:25:42.625Z"
25652582
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/browser-agent",
3-
"version": "1.283.1",
3+
"version": "1.283.2",
44
"private": false,
55
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)