Skip to content

Commit 218f926

Browse files
authored
docs: update 4.x branch for v4.5.2 release (#3971)
1 parent bdc1f50 commit 218f926

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

CHANGELOG.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ Notes:
3333
3434
See the <<upgrade-to-v4>> guide.
3535
36-
[[release-notes-4.5.1]]
37-
==== 4.5.1 - 2024/04/11
36+
[[release-notes-4.5.2]]
37+
==== 4.5.2 - 2024/04/12
3838
3939
[float]
4040
===== Bug fixes

dev-utils/make-distribution.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,13 @@ mkdir -p nodejs/node_modules/elastic-apm-node
4141
tar --strip-components=1 -xf elastic-apm-node-*.tgz;
4242
rm elastic-apm-node-*.tgz;
4343
cp $TOP/package-lock.json ./;
44+
cp $TOP/.npmrc ./;
4445
# Then install the "package-lock.json"-dictated dependencies (excluding
4546
# devDependencies). Use '--ignore-scripts' to have confidence no code but
4647
# ours and npm's is running.
4748
npm ci --omit=dev --ignore-scripts;
48-
rm package-lock.json)
49+
rm package-lock.json;
50+
rm .npmrc)
4951

5052
# Generate a NOTICE file including the licenses of all included deps.
5153
NOTICE=nodejs/node_modules/elastic-apm-node/NOTICE.md

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

0 commit comments

Comments
 (0)