Skip to content

Commit

Permalink
chore(main): release 1.265.1 (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Sep 6, 2024
1 parent 5f8a0c4 commit bceee43
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.265.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.265.0...v1.265.1) (2024-09-06)


### Bug Fixes

* Disable websocket wrapping ([#1176](https://github.com/newrelic/newrelic-browser-agent/issues/1176)) ([5f8a0c4](https://github.com/newrelic/newrelic-browser-agent/commit/5f8a0c42fbade8f6f81471439ecc8999b1556290))

## [1.265.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.264.0...v1.265.0) (2024-08-30)


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": "5f8a0c42fbade8f6f81471439ecc8999b1556290",
"message": "Disable websocket wrapping",
"issues": [
"1176"
]
}
],
"version": "1.265.1",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "cf8e1b91-1d49-44c6-a338-4c431e4a60c7",
"createTime": "2024-09-06T15:15:02.825Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1861,5 +1878,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-08-30T23:16:16.885Z"
"updateTime": "2024-09-06T15:15:02.825Z"
}
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.265.0",
"version": "1.265.1",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit bceee43

Please sign in to comment.