Skip to content

Commit

Permalink
chore(main): release 1.266.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team committed Sep 16, 2024
1 parent e537359 commit 4a400c3
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.266.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.265.1...v1.266.0) (2024-09-16)


### Features

* Removing long task ([#1153](https://github.com/newrelic/newrelic-browser-agent/issues/1153)) ([304e395](https://github.com/newrelic/newrelic-browser-agent/commit/304e3954df9639d6d61e545fcaa0c761346a5016))


### Bug Fixes

* Remove nullish coalescing inside getter ([#1180](https://github.com/newrelic/newrelic-browser-agent/issues/1180)) ([e537359](https://github.com/newrelic/newrelic-browser-agent/commit/e537359f354270fcbd607445b6853c236f0fdbfc))

## [1.265.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.265.0...v1.265.1) (2024-09-06)


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": "e537359f354270fcbd607445b6853c236f0fdbfc",
"message": "Remove nullish coalescing inside getter",
"issues": [
"1180"
]
},
{
"type": "feat",
"sha": "304e3954df9639d6d61e545fcaa0c761346a5016",
"message": "Removing long task",
"issues": [
"1153"
]
}
],
"version": "1.266.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "26d15f99-3d65-4ac0-b60d-3003763be2cf",
"createTime": "2024-09-16T18:08:18.394Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1878,5 +1903,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-09-06T15:15:02.825Z"
"updateTime": "2024-09-16T18:08:18.394Z"
}
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.1",
"version": "1.266.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 4a400c3

Please sign in to comment.