Skip to content

Commit

Permalink
chore(main): release 1.236.1
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team committed Jul 14, 2023
1 parent 8d0a5ff commit 8f2e9c9
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.236.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.236.0...v1.236.1) (2023-07-14)


### Bug Fixes

* Fix potential property of undefined errors ([#610](https://github.com/newrelic/newrelic-browser-agent/issues/610)) ([389b5ad](https://github.com/newrelic/newrelic-browser-agent/commit/389b5ad2c17b74574f98ec6bc24d726061b8a3c0))

## [1.236.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.235.0...v1.236.0) (2023-06-27)


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": "389b5ad2c17b74574f98ec6bc24d726061b8a3c0",
"message": "Fix potential property of undefined errors",
"issues": [
"610"
]
}
],
"version": "1.236.1",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "bf5381d1-dd92-4c74-aa01-c8d93a0c4351",
"createTime": "2023-07-14T14:29:32.856Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -235,5 +252,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-06-27T14:08:12.549Z"
"updateTime": "2023-07-14T14:29:32.856Z"
}
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.236.0",
"version": "1.236.1",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "Tests for the New Relic JavaScript agent",
Expand Down

0 comments on commit 8f2e9c9

Please sign in to comment.