Skip to content

Commit

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

## [1.250.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.249.0...v1.250.0) (2024-01-09)


### Features

* Add a flag to note that a payload occurred during a replay ([#834](https://github.com/newrelic/newrelic-browser-agent/issues/834)) ([1b898c6](https://github.com/newrelic/newrelic-browser-agent/commit/1b898c61fa260bd0df644b4825ddb6d1c9b54b51))
* Session Replay Dynamic Loading ([#832](https://github.com/newrelic/newrelic-browser-agent/issues/832)) ([1af7b89](https://github.com/newrelic/newrelic-browser-agent/commit/1af7b896ef41c8b4855ca85e2a4e40c20a8cdfb1))


### Bug Fixes

* TraceId generation regression (non-random trace ids) ([#853](https://github.com/newrelic/newrelic-browser-agent/issues/853)) ([8767f69](https://github.com/newrelic/newrelic-browser-agent/commit/8767f69122853a4099ed25f5886a91de06703c98))

## [1.249.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.248.0...v1.249.0) (2023-12-14)


Expand Down
35 changes: 34 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "feat",
"sha": "1b898c61fa260bd0df644b4825ddb6d1c9b54b51",
"message": "Add a flag to note that a payload occurred during a replay",
"issues": [
"834"
]
},
{
"type": "feat",
"sha": "1af7b896ef41c8b4855ca85e2a4e40c20a8cdfb1",
"message": "Session Replay Dynamic Loading",
"issues": [
"832"
]
},
{
"type": "fix",
"sha": "8767f69122853a4099ed25f5886a91de06703c98",
"message": "TraceId generation regression (non-random trace ids)",
"issues": [
"853"
]
}
],
"version": "1.250.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "d65f416b-0dab-4c87-9379-07e032e7f015",
"createTime": "2024-01-09T18:22:29.175Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -916,5 +949,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-12-14T16:21:55.359Z"
"updateTime": "2024-01-09T18:22:29.175Z"
}
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.249.0",
"version": "1.250.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 51b0c24

Please sign in to comment.