Skip to content

Commit 63d5596

Browse files
chore(main): release 1.287.0 (#1434)
1 parent 5d1522e commit 63d5596

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.287.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.286.0...v1.287.0) (2025-04-10)
7+
8+
9+
### Features
10+
11+
* Central Agent Architecture - Micro Front Ends ([#1266](https://github.com/newrelic/newrelic-browser-agent/issues/1266)) ([b1a6c30](https://github.com/newrelic/newrelic-browser-agent/commit/b1a6c30bf78001f5286a614c229ceb7a256593aa))
12+
613
## [1.286.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.285.0...v1.286.0) (2025-04-01)
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": "feat",
8+
"sha": "b1a6c30bf78001f5286a614c229ceb7a256593aa",
9+
"message": "Central Agent Architecture - Micro Front Ends",
10+
"issues": [
11+
"1266"
12+
]
13+
}
14+
],
15+
"version": "1.287.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "45cb14c6-2200-45ad-a1d8-a7912839781e",
19+
"createTime": "2025-04-10T22:19:28.056Z"
20+
},
421
{
522
"changes": [
623
{
@@ -2742,5 +2759,5 @@
27422759
"createTime": "2023-05-08T21:11:35.144Z"
27432760
}
27442761
],
2745-
"updateTime": "2025-04-01T22:28:52.259Z"
2762+
"updateTime": "2025-04-10T22:19:28.056Z"
27462763
}

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.286.0",
3+
"version": "1.287.0",
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)