Skip to content

Commit

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

## [1.251.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.251.0...v1.251.1) (2024-01-29)


### Bug Fixes

* Fix deferred Session Replay payloads ([#868](https://github.com/newrelic/newrelic-browser-agent/issues/868)) ([f69e4b0](https://github.com/newrelic/newrelic-browser-agent/commit/f69e4b0eba5a54f4e67316f5e6a30090cf7360cc))
* Pass unload options to simultaneous harvests in Session Replay ([#870](https://github.com/newrelic/newrelic-browser-agent/issues/870)) ([655aa5d](https://github.com/newrelic/newrelic-browser-agent/commit/655aa5d261d03f71086d3cfc73cb72db51cb28c7))

## [1.251.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.250.0...v1.251.0) (2024-01-24)


Expand Down
27 changes: 26 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "655aa5d261d03f71086d3cfc73cb72db51cb28c7",
"message": "Pass unload options to simultaneous harvests in Session Replay",
"issues": [
"870"
]
},
{
"type": "fix",
"sha": "f69e4b0eba5a54f4e67316f5e6a30090cf7360cc",
"message": "Fix deferred Session Replay payloads",
"issues": [
"868"
]
}
],
"version": "1.251.1",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "aa565178-cca7-4305-96f8-f60eae560871",
"createTime": "2024-01-29T20:09:21.638Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -982,5 +1007,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-01-24T22:42:30.700Z"
"updateTime": "2024-01-29T20:09:21.638Z"
}
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.251.0",
"version": "1.251.1",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit e79c0ca

Please sign in to comment.