Skip to content

Commit

Permalink
chore(main): release 1.277.0 (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Dec 19, 2024
1 parent 9395415 commit 0e8f48b
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.277.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.276.0...v1.277.0) (2024-12-18)


### Features

* Add custom events API ([#1263](https://github.com/newrelic/newrelic-browser-agent/issues/1263)) ([9395415](https://github.com/newrelic/newrelic-browser-agent/commit/9395415d942b55e88e89438aa203c6a1642d9e6b))


### Bug Fixes

* Soft navigation bug fixes and new soft navigation tests ([#1268](https://github.com/newrelic/newrelic-browser-agent/issues/1268)) ([7624928](https://github.com/newrelic/newrelic-browser-agent/commit/762492896a7b96564269aab1aadeb6e44a4da242))

## [1.276.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.275.0...v1.276.0) (2024-12-16)


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": "feat",
"sha": "9395415d942b55e88e89438aa203c6a1642d9e6b",
"message": "Add custom events API",
"issues": [
"1263"
]
},
{
"type": "fix",
"sha": "762492896a7b96564269aab1aadeb6e44a4da242",
"message": "Soft navigation bug fixes and new soft navigation tests",
"issues": [
"1268"
]
}
],
"version": "1.277.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "e01beb28-b225-4333-9334-f7ac3e63180d",
"createTime": "2024-12-18T17:31:02.842Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2309,5 +2334,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-12-16T20:51:42.875Z"
"updateTime": "2024-12-18T17:31:02.842Z"
}
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.276.0",
"version": "1.277.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 0e8f48b

Please sign in to comment.