Skip to content

Commit

Permalink
chore(main): release 1.239.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team committed Aug 31, 2023
1 parent c17d344 commit fe07c58
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.239.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.238.0...v1.239.0) (2023-08-31)


### Features

* Add best effort to detect Ajax events before instantiation ([#648](https://github.com/newrelic/newrelic-browser-agent/issues/648)) ([2d3c9d3](https://github.com/newrelic/newrelic-browser-agent/commit/2d3c9d36d4e59343a1b228322e1040d2f3f911b8))
* Remove allow_bfcache flag ([#652](https://github.com/newrelic/newrelic-browser-agent/issues/652)) ([ec113af](https://github.com/newrelic/newrelic-browser-agent/commit/ec113af80fd565ff50ba825b82e5f4d1b74d09b7))
* Removing old supportability metrics ([#669](https://github.com/newrelic/newrelic-browser-agent/issues/669)) ([c17d344](https://github.com/newrelic/newrelic-browser-agent/commit/c17d344389eb2262ff5d3ca94a1748e519220921))


### Bug Fixes

* Fixing issue with leaking event listeners ([#668](https://github.com/newrelic/newrelic-browser-agent/issues/668)) ([6cb8238](https://github.com/newrelic/newrelic-browser-agent/commit/6cb823842fab406a33b9698edee1932c29204df3))

## [1.238.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.237.1...v1.238.0) (2023-08-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": "feat",
"sha": "c17d344389eb2262ff5d3ca94a1748e519220921",
"message": "Removing old supportability metrics",
"issues": [
"669"
]
},
{
"type": "fix",
"sha": "6cb823842fab406a33b9698edee1932c29204df3",
"message": "Fixing issue with leaking event listeners",
"issues": [
"668"
]
},
{
"type": "feat",
"sha": "ec113af80fd565ff50ba825b82e5f4d1b74d09b7",
"message": "Remove allow_bfcache flag",
"issues": [
"652"
]
},
{
"type": "feat",
"sha": "2d3c9d36d4e59343a1b228322e1040d2f3f911b8",
"message": "Add best effort to detect Ajax events before instantiation",
"issues": [
"648"
]
}
],
"version": "1.239.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "b320cfee-43ef-4911-af65-1d4d1c25ba00",
"createTime": "2023-08-31T14:46:17.230Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -390,5 +431,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-08-16T15:23:16.223Z"
"updateTime": "2023-08-31T14:46:17.230Z"
}
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.238.0",
"version": "1.239.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit fe07c58

Please sign in to comment.