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-04-08 20:32:41 +0300
committerGar <gar+gh@danger.computer>2021-04-08 20:32:41 +0300
commit2bea185e8d225487285f6075642e4a2f2432179b (patch)
treebcc6e3caf8afc33c4b2e4a52636eab6c4e6c1649 /CHANGELOG.md
parent6e31df4e7957337962fd3d93e495931e3592bb9e (diff)
docs: changelog for v7.9.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e696a7c3..8155d0191 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,23 @@
+## v7.9.0 (2021-04-08)
+
+### FEATURES
+
+* [`1f3e88eba`](https://github.com/npm/cli/commit/1f3e88ebaf4901d8f9f07b43404d824fef7e5ff5)
+ [#3032](https://github.com/npm/cli/issues/3032)
+ feat(dist-tag): add workspace support
+ ([@nlf](https://github.com/nlf))
+* [`6e31df4e7`](https://github.com/npm/cli/commit/6e31df4e7957337962fd3d93e495931e3592bb9e)
+ [#3033](https://github.com/npm/cli/issues/3033)
+ feat(pack): add workspace support
+ ([@wraithgar](https://github.com/wraithgar))
+
+### DEPENDENCIES
+
+* [`ba4f7fea8`](https://github.com/npm/cli/commit/ba4f7fea8fca8e3509469a218f094fe69095888b)
+ `licensee@8.2.0`
+
## v7.8.0 (2021-04-01)
+
### FEATURES