Skip to content

Commit 4fc59d1

Browse files
chore(main): release 1.276.1
1 parent 7624928 commit 4fc59d1

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.276.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.276.0...v1.276.1) (2024-12-17)
7+
8+
9+
### Bug Fixes
10+
11+
* 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))
12+
613
## [1.276.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.275.0...v1.276.0) (2024-12-16)
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": "762492896a7b96564269aab1aadeb6e44a4da242",
9+
"message": "Soft navigation bug fixes and new soft navigation tests",
10+
"issues": [
11+
"1268"
12+
]
13+
}
14+
],
15+
"version": "1.276.1",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "6a38720a-c925-4358-904a-ed0a3ddd315f",
19+
"createTime": "2024-12-17T19:36:11.707Z"
20+
},
421
{
522
"changes": [
623
{
@@ -2309,5 +2326,5 @@
23092326
"createTime": "2023-05-08T21:11:35.144Z"
23102327
}
23112328
],
2312-
"updateTime": "2024-12-16T20:51:42.875Z"
2329+
"updateTime": "2024-12-17T19:36:11.707Z"
23132330
}

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.276.1",
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)