Skip to content

Commit ce7402e

Browse files
chore(main): release 1.278.3 (#1328)
1 parent a75f935 commit ce7402e

File tree

4 files changed

+28
-4
lines changed

4 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.278.3](https://github.com/newrelic/newrelic-browser-agent/compare/v1.278.2...v1.278.3) (2025-01-14)
7+
8+
9+
### Bug Fixes
10+
11+
* Change obfuscator to read directly from obfuscation rules configuration ([#1327](https://github.com/newrelic/newrelic-browser-agent/issues/1327)) ([a75f935](https://github.com/newrelic/newrelic-browser-agent/commit/a75f935d9b045ac74878f7dd1fab04d046b376dc))
12+
613
## [1.278.2](https://github.com/newrelic/newrelic-browser-agent/compare/v1.278.1...v1.278.2) (2025-01-09)
714

815

changelog.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
{
22
"repository": "newrelic/newrelic-browser-agent",
33
"entries": [
4+
{
5+
"changes": [
6+
{
7+
"type": "fix",
8+
"sha": "a75f935d9b045ac74878f7dd1fab04d046b376dc",
9+
"message": "Change obfuscator to read directly from obfuscation rules configuration",
10+
"issues": [
11+
"1327"
12+
]
13+
}
14+
],
15+
"version": "1.278.3",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "cce8b457-0046-470d-be90-e339c477f2e8",
19+
"createTime": "2025-01-14T23:04:39.838Z"
20+
},
421
{
522
"changes": [
623
{
@@ -2385,5 +2402,5 @@
23852402
"createTime": "2023-05-08T21:11:35.144Z"
23862403
}
23872404
],
2388-
"updateTime": "2025-01-09T23:17:44.037Z"
2405+
"updateTime": "2025-01-14T23:04:39.838Z"
23892406
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@newrelic/browser-agent",
3-
"version": "1.278.2",
3+
"version": "1.278.3",
44
"private": false,
55
"author": "New Relic Browser Agent Team <browser-agent@newrelic.com>",
66
"description": "New Relic Browser Agent",

0 commit comments

Comments
 (0)