Skip to content

Commit 6c96ad7

Browse files
authored
release 4.7.3 (#4184)
This should fix the issue being hit here: #4143 (comment)
1 parent 22590fc commit 6c96ad7

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.asciidoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@ Notes:
3434
See the <<upgrade-to-v4>> guide.
3535
3636
37+
[[release-notes-4.7.3]]
38+
==== 4.7.3 - 2024/08/09
39+
40+
[float]
41+
===== Bug fixes
42+
43+
* Update import-in-the-middle to 1.11.0, which fixes https://github.com/nodejs/import-in-the-middle/issues/144[an issue]
44+
that can crash users using Nuxt and ESM. ({pull}4175[#4175])
45+
46+
3747
[[release-notes-4.7.2]]
3848
==== 4.7.2 - 2024/08/01
3949

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": "elastic-apm-node",
3-
"version": "4.7.2",
3+
"version": "4.7.3",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)