Skip to content

Commit

Permalink
chore(main): release 1.252.1 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Mar 4, 2024
1 parent 26f9b6a commit 12de04c
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.252.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.252.0...v1.252.1) (2024-02-29)


### Bug Fixes

* Fix webpack imports in npm package ([#905](https://github.com/newrelic/newrelic-browser-agent/issues/905)) ([35810a8](https://github.com/newrelic/newrelic-browser-agent/commit/35810a895b7f61ab60ea5c24adfa49c4a3956191))
* Page load after session timeouts don't start new session ([#899](https://github.com/newrelic/newrelic-browser-agent/issues/899)) ([5c952a0](https://github.com/newrelic/newrelic-browser-agent/commit/5c952a0a212922d84dfd7e8eb388fdbd566b6c00))

## [1.252.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.251.1...v1.252.0) (2024-02-12)


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": "35810a895b7f61ab60ea5c24adfa49c4a3956191",
"message": "Fix webpack imports in npm package",
"issues": [
"905"
]
},
{
"type": "fix",
"sha": "5c952a0a212922d84dfd7e8eb388fdbd566b6c00",
"message": "Page load after session timeouts don't start new session",
"issues": [
"899"
]
}
],
"version": "1.252.1",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "ad4dc65a-79da-4730-99a0-739db3296dc3",
"createTime": "2024-02-29T17:42:23.534Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -1072,5 +1097,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2024-02-12T16:05:18.509Z"
"updateTime": "2024-02-29T17:42:23.534Z"
}
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.252.0",
"version": "1.252.1",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "New Relic Browser Agent",
Expand Down

0 comments on commit 12de04c

Please sign in to comment.