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:
authorRuy Adorno <ruyadorno@hotmail.com>2021-05-13 22:49:51 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-05-13 22:49:51 +0300
commit00ffe8a9e879ae7f52c066e4f4e1eed48cdbc0b4 (patch)
treea60238284f1a8354632764788d0145f6d65e21fa /CHANGELOG.md
parent370b36a36ca226840761e4214cbccaf2a1a90e3c (diff)
docs: changelog for v7.13.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bed0f87c2..1c36c7087 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## v7.13.0 (2021-05-13)
+
+* [`076420c14`](https://github.com/npm/cli/commit/076420c149d097056f687e44e21744b743b86e4e)
+ [#3231](https://github.com/npm/cli/issues/3231)
+ feat(publish): add workspace support
+ ([@wraithgar](https://github.com/wraithgar))
+* [`370b36a36`](https://github.com/npm/cli/commit/370b36a36ca226840761e4214cbccaf2a1a90e3c)
+ [#3241](https://github.com/npm/cli/issues/3241)
+ feat(fund): add workspaces support
+ ([@ruyadorno](https://github.com/ruyadorno))
+
+### DEPENDENCIES
+
+* [`0c18e4f77`](https://github.com/npm/cli/commit/0c18e4f774562fa054fedf323bea25805ebf39b3)
+ `@npmcli/arborist@2.5.0`
+* [`b551c6811`](https://github.com/npm/cli/commit/b551c6811251dbc901f47fea3c137f93e205a9e4)
+ `libnpmfund@1.1.0`
+
## v7.12.1 (2021-05-10)
### BUG FIXES