Skip to content

Commit 0b3c3a7

Browse files
chore(main): release 1.234.0 (#566)
1 parent 937812a commit 0b3c3a7

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.234.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.233.1...v1.234.0) (2023-06-02)
7+
8+
9+
### Features
10+
11+
* Migrate RUM network call from GET to POST ([#521](https://github.com/newrelic/newrelic-browser-agent/issues/521)) ([937812a](https://github.com/newrelic/newrelic-browser-agent/commit/937812abdc561223028176df6c8bf2b7100b09b2))
12+
613
## [1.233.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.233.0...v1.233.1) (2023-05-31)
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": "feat",
8+
"sha": "937812abdc561223028176df6c8bf2b7100b09b2",
9+
"message": "Migrate RUM network call from GET to POST",
10+
"issues": [
11+
"521"
12+
]
13+
}
14+
],
15+
"version": "1.234.0",
16+
"language": "JAVASCRIPT",
17+
"artifactName": "@newrelic/browser-agent",
18+
"id": "4c5375f6-08d6-464b-97b1-3e47b7135c34",
19+
"createTime": "2023-06-02T03:04:22.032Z"
20+
},
421
{
522
"changes": [
623
{
@@ -130,5 +147,5 @@
130147
"createTime": "2023-05-08T21:11:35.144Z"
131148
}
132149
],
133-
"updateTime": "2023-05-31T20:07:26.135Z"
150+
"updateTime": "2023-06-02T03:04:22.032Z"
134151
}

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.233.1",
3+
"version": "1.234.0",
44
"private": false,
55
"author": "New Relic Browser Agent Team <[email protected]>",
66
"description": "Tests for the New Relic JavaScript agent",

0 commit comments

Comments
 (0)