Skip to content

Commit cd398aa

Browse files
authored
release 4.12.0 (#4580)
1 parent b05ecaf commit cd398aa

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ A release involves the following published artifacts:
195195
- the version in `package-lock.json` (by running `npm install`),
196196
- all cases of "REPLACEME" in docs and comments,
197197
- "docs/release-notes/index.md": Add missing release notes, if any. Then change
198-
the "Next" section title to:
198+
the "Next" section title, release date, and sub-section anchors:
199199
```
200200
## x.y.z [x-y-z]
201+
...
201202
```
202203
If there are particular highlights for the release, then it can be helpful
203204
to point those out in the PR description.

docs/release-notes/index.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,14 @@ To check for security updates, go to [Security announcements for the Elastic sta
2020

2121
% ### Fixes [next-fixes]
2222

23-
## Next [next]
23+
## 4.12.0 [4-12-0]
24+
**Release date:** April 24, 2025
2425

25-
### Features and enhancements [next-features-enhancements]
26+
### Features and enhancements [4-12-0-next-features-enhancements]
2627

2728
* Get sourcemap handling for captured exceptions to work with stack frames in
2829
ES Modules (ESM). Before this, sourcemap handling would only work for stack
29-
frames in CommonJS modules.
30-
31-
### Fixes [next-fixes]
30+
frames in CommonJS modules. ([#4578](https://github.com/elastic/apm-agent-nodejs/issues/4578))
3231

3332

3433
## 4.11.2 [4-11-2]

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "4.11.2",
3+
"version": "4.12.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"type": "commonjs",
66
"main": "index.js",

0 commit comments

Comments
 (0)