Skip to content

Commit

Permalink
chore(main): release 1.246.1 (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Oct 31, 2023
1 parent 35ae316 commit 77e8530
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.246.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.246.0...v1.246.1) (2023-10-31)


### Bug Fixes

* Fix missing type declarations ([#791](https://github.com/newrelic/newrelic-browser-agent/issues/791)) ([c80e8d2](https://github.com/newrelic/newrelic-browser-agent/commit/c80e8d260a8919a41ebca7bdc182937819464dc7))

## [1.246.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.245.0...v1.246.0) (2023-10-23)


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": "c80e8d260a8919a41ebca7bdc182937819464dc7",
"message": "Fix missing type declarations",
"issues": [
"791"
]
}
],
"version": "1.246.1",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "5b3fcea2-2775-4a37-b285-bbea58380991",
"createTime": "2023-10-31T15:27:31.311Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -776,5 +793,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-10-23T22:23:20.010Z"
"updateTime": "2023-10-31T15:27:31.311Z"
}
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.246.0",
"version": "1.246.1",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 77e8530

Please sign in to comment.