Skip to content

Commit

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

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


### Features

* Allow empty string for Session Replay masking value ([#831](https://github.com/newrelic/newrelic-browser-agent/issues/831)) ([34f837f](https://github.com/newrelic/newrelic-browser-agent/commit/34f837f65ab31a67b821f125e20e80d39d7790a9))


### Bug Fixes

* Fix API Warning Messages ([#830](https://github.com/newrelic/newrelic-browser-agent/issues/830)) ([2b13a0f](https://github.com/newrelic/newrelic-browser-agent/commit/2b13a0fdfad529dc1cfff43506e28473498ce8a1))
* loader missing sub-resource integrity hashes ([#837](https://github.com/newrelic/newrelic-browser-agent/issues/837)) ([a9b6f2e](https://github.com/newrelic/newrelic-browser-agent/commit/a9b6f2e578b1684dd50f8eb491251c03eca88a12))
* traceids not random when using `webcrypto` ([#825](https://github.com/newrelic/newrelic-browser-agent/issues/825)) ([e264acf](https://github.com/newrelic/newrelic-browser-agent/commit/e264acfbff2cacc93fae88daea70be3c1e006f90))

## [1.248.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.247.0...v1.248.0) (2023-11-16)


Expand Down
43 changes: 42 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"repository": "newrelic/newrelic-browser-agent",
"entries": [
{
"changes": [
{
"type": "fix",
"sha": "a9b6f2e578b1684dd50f8eb491251c03eca88a12",
"message": "loader missing sub-resource integrity hashes",
"issues": [
"837"
]
},
{
"type": "feat",
"sha": "34f837f65ab31a67b821f125e20e80d39d7790a9",
"message": "Allow empty string for Session Replay masking value",
"issues": [
"831"
]
},
{
"type": "fix",
"sha": "2b13a0fdfad529dc1cfff43506e28473498ce8a1",
"message": "Fix API Warning Messages",
"issues": [
"830"
]
},
{
"type": "fix",
"sha": "e264acfbff2cacc93fae88daea70be3c1e006f90",
"message": "traceids not random when using `webcrypto`",
"issues": [
"825"
]
}
],
"version": "1.249.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "a439b12a-8d99-496e-8b1a-36f94340e681",
"createTime": "2023-12-14T16:21:55.359Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -875,5 +916,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-11-16T17:40:46.327Z"
"updateTime": "2023-12-14T16:21:55.359Z"
}
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.248.0",
"version": "1.249.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 6d85463

Please sign in to comment.