Skip to content

Commit b959464

Browse files
authored
4.0.0 (#3613)
1 parent d4fe958 commit b959464

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

.ci/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ create-arn-file: validate-release-notes-url
9797
@RELEASE_NOTES_URL=$(RELEASE_NOTES_URL) ./scripts/create-arn-table.sh
9898

9999
github-release: validate-ref-name
100-
echo ../dev-utils/github-release.sh "$(GITHUB_REF_NAME)" "$(AWS_FOLDER)/$(SUFFIX_ARN_FILE)"
100+
../dev-utils/github-release.sh "$(GITHUB_REF_NAME)" "$(AWS_FOLDER)/$(SUFFIX_ARN_FILE)"
101101

102102
validate-version:
103103
ifndef AGENT_VERSION

CHANGELOG.asciidoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ endif::[]
66
////
77
Notes:
88
1. When adding a changelog entry, if the "Unreleased" section doesn't yet exist,
9-
please add the following under the "=== Node.js Agent version 3.x" header:
9+
please add the following under the "=== Node.js Agent version 4.x" header:
1010

1111
==== Unreleased
1212

@@ -33,7 +33,8 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
==== Unreleased
36+
[[release-notes-4.0.0]]
37+
==== 4.0.0 - 2023/09/07
3738
3839
[float]
3940
===== Breaking changes

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.0.0-rc.1",
3+
"version": "4.0.0",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)