From ce80ab11dfd889b377bc50b0b33a4ada8138c9a2 Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Thu, 12 Oct 2023 11:17:26 -0400 Subject: [PATCH] chore: changelog edits --- NEWS.md | 4 ++-- changelog.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 858aaea3ff..340647f2c8 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ ### v11.2.1 (2023-10-12) -#### Bug Fixes +#### Bug fixes -* Updated intialization to properly return the api on start up to the security agent ([#1807](https://github.com/newrelic/node-newrelic/pull/1807)) ([99e5792](https://github.com/newrelic/node-newrelic/commit/99e5792024263a61751b73976ed707ed51815388)) +* Updated initialization to properly return the api on start up to the security agent ([#1807](https://github.com/newrelic/node-newrelic/pull/1807)) ([99e5792](https://github.com/newrelic/node-newrelic/commit/99e5792024263a61751b73976ed707ed51815388)) ### v11.2.0 (2023-10-11) diff --git a/changelog.json b/changelog.json index f3cdf74069..e6be8fb17c 100644 --- a/changelog.json +++ b/changelog.json @@ -6,7 +6,7 @@ "changes": { "security": [], "bugfixes": [ - "Updated intialization to properly return the api on start up to the security agent" + "Updated initialization to properly return the api on start up to the security agent" ], "features": [] } @@ -185,4 +185,4 @@ } } ] -} \ No newline at end of file +}