Skip to content

Commit

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

## [1.273.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.272.0...v1.273.0) (2024-11-11)


### Features

* Refactor feature storages ([#1241](https://github.com/newrelic/newrelic-browser-agent/issues/1241)) ([f77380b](https://github.com/newrelic/newrelic-browser-agent/commit/f77380b01e9b57db0b5c782d6d512431229bcd79))
* Remove wrap-events usage from soft nav ([#1244](https://github.com/newrelic/newrelic-browser-agent/issues/1244)) ([911d8d1](https://github.com/newrelic/newrelic-browser-agent/commit/911d8d1d78b49fa4252257596e013806885ace9b))

## [1.272.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.271.0...v1.272.0) (2024-11-07)


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": "f77380b01e9b57db0b5c782d6d512431229bcd79",
"message": "Refactor feature storages",
"issues": [
"1241"
]
},
{
"type": "feat",
"sha": "911d8d1d78b49fa4252257596e013806885ace9b",
"message": "Remove wrap-events usage from soft nav",
"issues": [
"1244"
]
}
],
"version": "1.273.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "cfe0b973-a6ce-4433-b940-345d8d9ba9ff",
"createTime": "2024-11-11T17:36:53.044Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -2176,5 +2201,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-11-07T17:22:04.292Z"
"updateTime": "2024-11-11T17:36:53.044Z"
}
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.272.0",
"version": "1.273.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit b226273

Please sign in to comment.