Skip to content

Commit

Permalink
release 4.11.0 (#4432)
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Jan 20, 2025
1 parent bff2e23 commit 5c6c35b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ Notes:
See the <<upgrade-to-v4>> guide.
==== Unreleased
[float]
===== Breaking changes
[[release-notes-4.11.0]]
==== 4.11.0 - 2025/01/20
[float]
===== Features
Expand All @@ -51,8 +49,6 @@ See the <<upgrade-to-v4>> guide.
`@aws-sdk/client-sns` for versions 3.723.0 and later. Internally the AWS SDK
clients updated to `@smithy/smithy-client@4`. ({pull}4398[#4398])
[float]
===== Chores
[[release-notes-4.10.0]]
==== 4.10.0 - 2024/12/24
Expand Down
2 changes: 1 addition & 1 deletion docs/esm.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ when invoked as follows:
export ELASTIC_APM_SERVER_URL='https://...apm...cloud.es.io:443'
export ELASTIC_APM_SECRET_TOKEN='...'
node -r elastic-apm-node/start.js \
--experimental-loader=elastic-apm-node/loader.mjs' \
--experimental-loader=elastic-apm-node/loader.mjs \
node server.mjs
----

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.10.0",
"version": "4.11.0",
"description": "The official Elastic APM agent for Node.js",
"type": "commonjs",
"main": "index.js",
Expand Down

0 comments on commit 5c6c35b

Please sign in to comment.