From 91a5181d432ed20a9884e3f3ec6602fe8c1fb61d Mon Sep 17 00:00:00 2001 From: Gar Date: Thu, 9 Sep 2021 12:43:23 -0700 Subject: [PATCH] docs: changelog for v7.23.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d9de01e553d7..c591cd2ac559b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## v7.23.0 (2021-09-09) + +### FEATURES + +* [`6c12500ae`](https://github.com/npm/cli/commit/6c12500ae14a6f8b78e3ab091ee6cc8e2ea9fd23) + [#3731](https://github.com/npm/cli/issues/3731) + feat(install): very strict global npm engines + ([@wraithgar](https://github.com/wraithgar)) + +### BUG FIXES + +* [`1ad093824`](https://github.com/npm/cli/commit/1ad0938243110d983284e8763da41a57b561563d) + [#3732](https://github.com/npm/cli/issues/3732) + fix(error-message): clean urls from 404 error + ([@wraithgar](https://github.com/wraithgar)) + +### DOCUMENTATION + +* [`64f7d1a55`](https://github.com/npm/cli/commit/64f7d1a55db99b1aaf8fb59557b3dedcdcd954a0) + [#3727](https://github.com/npm/cli/issues/3727) + docs(contributing): add note on changes to tooling + ([@darcyclarke](https://github.com/darcyclarke)) +* [`eda9162f2`](https://github.com/npm/cli/commit/eda9162f2db19b512d3af6b0d43201d54045c13a) + [#3715](https://github.com/npm/cli/issues/3715) + Add --if-present flag documentation to workspaces + ([@Matsuuu](https://github.com/Matsuuu)) + ## v7.22.0 (2021-09-02) ### BUG FIXES