From d0e40c6c59b1208189f4a0b43e2f4aad6f7693f0 Mon Sep 17 00:00:00 2001 From: Browser Agent Team Bot <129139683+newrelic-browser-agent-team@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:27:22 -0600 Subject: [PATCH] chore(main): release 1.251.0 (#863) --- CHANGELOG.md | 13 +++++++++++++ changelog.json | 35 ++++++++++++++++++++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 50 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177c0daaa..85db1af75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.251.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.250.0...v1.251.0) (2024-01-24) + + +### Features + +* Session Replay - Detect Non-Inlined Stylesheets ([#859](https://github.com/newrelic/newrelic-browser-agent/issues/859)) ([69a8e00](https://github.com/newrelic/newrelic-browser-agent/commit/69a8e00ce66c41a29f551697299246763e7ae29f)) + + +### Bug Fixes + +* Add fallback for currentBufferTarget ([#861](https://github.com/newrelic/newrelic-browser-agent/issues/861)) ([f43b791](https://github.com/newrelic/newrelic-browser-agent/commit/f43b7914ec1f26f610cbaa1a513bac482a3d6534)) +* Bubble Up API Methods to Top-Level Instance For NPM ([#862](https://github.com/newrelic/newrelic-browser-agent/issues/862)) ([cd6324f](https://github.com/newrelic/newrelic-browser-agent/commit/cd6324fb79edab77725d9c72f91d2bcb7e860f57)) + ## [1.250.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.249.0...v1.250.0) (2024-01-09) diff --git a/changelog.json b/changelog.json index 1c185536e..67eefd702 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,39 @@ { "repository": "newrelic/newrelic-browser-agent", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "69a8e00ce66c41a29f551697299246763e7ae29f", + "message": "Session Replay - Detect Non-Inlined Stylesheets", + "issues": [ + "859" + ] + }, + { + "type": "fix", + "sha": "cd6324fb79edab77725d9c72f91d2bcb7e860f57", + "message": "Bubble Up API Methods to Top-Level Instance For NPM", + "issues": [ + "862" + ] + }, + { + "type": "fix", + "sha": "f43b7914ec1f26f610cbaa1a513bac482a3d6534", + "message": "Add fallback for currentBufferTarget", + "issues": [ + "861" + ] + } + ], + "version": "1.251.0", + "language": "JAVASCRIPT", + "artifactName": "@newrelic/browser-agent", + "id": "99cbc239-c1aa-465c-b245-73f23bb76b2a", + "createTime": "2024-01-24T22:42:30.700Z" + }, { "changes": [ { @@ -949,5 +982,5 @@ "createTime": "2023-05-08T21:11:35.144Z" } ], - "updateTime": "2024-01-09T18:22:29.175Z" + "updateTime": "2024-01-24T22:42:30.700Z" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3ec9722a7..3a87a4be9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@newrelic/browser-agent", - "version": "1.250.0", + "version": "1.251.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@newrelic/browser-agent", - "version": "1.250.0", + "version": "1.251.0", "license": "Apache-2.0", "dependencies": { "core-js": "^3.26.0", diff --git a/package.json b/package.json index 7b05e664e..e412baf3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@newrelic/browser-agent", - "version": "1.250.0", + "version": "1.251.0", "private": false, "author": "New Relic Browser Agent Team ", "description": "New Relic Browser Agent",