Skip to content

Commit

Permalink
chore(main): release 1.261.2 (#1097)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Jul 2, 2024
1 parent 5372438 commit bf656c6
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.261.2](https://github.com/newrelic/newrelic-browser-agent/compare/v1.261.1...v1.261.2) (2024-07-01)


### Bug Fixes

* recordReplay will restart replays on same session page loads ([#1093](https://github.com/newrelic/newrelic-browser-agent/issues/1093)) ([cecddbe](https://github.com/newrelic/newrelic-browser-agent/commit/cecddbebc445dabcf3ce48c1fc88311198be6d0a))

## [1.261.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.261.0...v1.261.1) (2024-06-26)


Expand Down
19 changes: 18 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "cecddbebc445dabcf3ce48c1fc88311198be6d0a",
"message": "recordReplay will restart replays on same session page loads",
"issues": [
"1093"
]
}
],
"version": "1.261.2",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "dddb9ca2-7c2b-41b8-a9f8-4e7e3424b441",
"createTime": "2024-07-01T20:14:02.304Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1656,5 +1673,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-06-26T17:41:16.023Z"
"updateTime": "2024-07-01T20:14:02.304Z"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/browser-agent",
"version": "1.261.1",
"version": "1.261.2",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit bf656c6

Please sign in to comment.