From e544f8cd21b6046859f30e056729414cd048405b Mon Sep 17 00:00:00 2001 From: Gar Date: Wed, 24 Mar 2021 11:19:32 -0700 Subject: [PATCH] fix(changelog): correct versions in changelog This manual process is really prone to errors PR-URL: https://github.com/npm/cli/pull/2948 Credit: @wraithgar Close: #2948 Reviewed-by: @ruyadorno --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0e098833ac53..e69e0621ab3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v7.7.2 (2021-03-24) +## v7.7.3 (2021-03-24) ### BUG FIXES @@ -34,7 +34,7 @@ `npm-registry-fetch` are looking for it. ([@wraithgar](https://github.com/wraithgar)) -## v7.7.1 (2021-03-24) +## v7.7.2 (2021-03-24) ### BUG FIXES * [`a4df2b98d`](https://github.com/npm/cli/commit/a4df2b98d89429b19cd29b5fc895cdbfc0a6bd78)