Skip to content

Commit 0e8f48b

Browse files
chore(main): release 1.277.0 (#1287)
1 parent 9395415 commit 0e8f48b

File tree

4 files changed

+41
-4
lines changed

4 files changed

+41
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.277.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.276.0...v1.277.0) (2024-12-18)
7+
8+
9+
### Features
10+
11+
* Add custom events API ([#1263](https://github.com/newrelic/newrelic-browser-agent/issues/1263)) ([9395415](https://github.com/newrelic/newrelic-browser-agent/commit/9395415d942b55e88e89438aa203c6a1642d9e6b))
12+
13+
14+
### Bug Fixes
15+
16+
* Soft navigation bug fixes and new soft navigation tests ([#1268](https://github.com/newrelic/newrelic-browser-agent/issues/1268)) ([7624928](https://github.com/newrelic/newrelic-browser-agent/commit/762492896a7b96564269aab1aadeb6e44a4da242))
17+
618
## [1.276.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.275.0...v1.276.0) (2024-12-16)
719

820

changelog.json

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "feat",
8+
"sha": "9395415d942b55e88e89438aa203c6a1642d9e6b",
9+
"message": "Add custom events API",
10+
"issues": [
11+
"1263"
12+
]
13+
},
14+
{
15+
"type": "fix",
16+
"sha": "762492896a7b96564269aab1aadeb6e44a4da242",
17+
"message": "Soft navigation bug fixes and new soft navigation tests",
18+
"issues": [
19+
"1268"
20+
]
21+
}
22+
],
23+
"version": "1.277.0",
24+
"language": "JAVASCRIPT",
25+
"artifactName": "@newrelic/browser-agent",
26+
"id": "e01beb28-b225-4333-9334-f7ac3e63180d",
27+
"createTime": "2024-12-18T17:31:02.842Z"
28+
},
429
{
530
"changes": [
631
{
@@ -2309,5 +2334,5 @@
23092334
"createTime": "2023-05-08T21:11:35.144Z"
23102335
}
23112336
],
2312-
"updateTime": "2024-12-16T20:51:42.875Z"
2337+
"updateTime": "2024-12-18T17:31:02.842Z"
23132338
}

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