Skip to content

Commit

Permalink
chore(main): release 1.234.0 (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
newrelic-browser-agent-team authored Jun 6, 2023
1 parent 937812a commit 0b3c3a7
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.234.0](https://github.com/newrelic/newrelic-browser-agent/compare/v1.233.1...v1.234.0) (2023-06-02)


### Features

* 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))

## [1.233.1](https://github.com/newrelic/newrelic-browser-agent/compare/v1.233.0...v1.233.1) (2023-05-31)


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": "feat",
"sha": "937812abdc561223028176df6c8bf2b7100b09b2",
"message": "Migrate RUM network call from GET to POST",
"issues": [
"521"
]
}
],
"version": "1.234.0",
"language": "JAVASCRIPT",
"artifactName": "@newrelic/browser-agent",
"id": "4c5375f6-08d6-464b-97b1-3e47b7135c34",
"createTime": "2023-06-02T03:04:22.032Z"
},
{
"changes": [
{
Expand Down Expand Up @@ -130,5 +147,5 @@
"createTime": "2023-05-08T21:11:35.144Z"
}
],
"updateTime": "2023-05-31T20:07:26.135Z"
"updateTime": "2023-06-02T03:04:22.032Z"
}
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.233.1",
"version": "1.234.0",
"private": false,
"author": "New Relic Browser Agent Team <[email protected]>",
"description": "Tests for the New Relic JavaScript agent",
Expand Down

0 comments on commit 0b3c3a7

Please sign in to comment.