Skip to content

Commit

Permalink
release 4.7.3 (#4184)
Browse files Browse the repository at this point in the history
This should fix the issue being hit here:
#4143 (comment)
  • Loading branch information
trentm authored Aug 9, 2024
1 parent 22590fc commit 6c96ad7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ Notes:
See the <<upgrade-to-v4>> guide.
[[release-notes-4.7.3]]
==== 4.7.3 - 2024/08/09
[float]
===== Bug fixes
* Update import-in-the-middle to 1.11.0, which fixes https://github.com/nodejs/import-in-the-middle/issues/144[an issue]
that can crash users using Nuxt and ESM. ({pull}4175[#4175])
[[release-notes-4.7.2]]
==== 4.7.2 - 2024/08/01
Expand Down
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": "elastic-apm-node",
"version": "4.7.2",
"version": "4.7.3",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down

0 comments on commit 6c96ad7

Please sign in to comment.