Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2021-09-09 22:43:23 +0300
committerGar <gar+gh@danger.computer>2021-09-09 22:43:23 +0300
commit91a5181d432ed20a9884e3f3ec6602fe8c1fb61d (patch)
tree6b2211a0b32df68f64c97a593fcc851c364d4a3b /CHANGELOG.md
parent6c12500ae14a6f8b78e3ab091ee6cc8e2ea9fd23 (diff)
docs: changelog for v7.23.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d9de01e5..c591cd2ac 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