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:
authorisaacs <i@izs.me>2020-08-05 22:03:28 +0300
committerisaacs <i@izs.me>2020-08-05 22:23:44 +0300
commit835c1aa9fa5ae362123a0c23b0920c0e16a1bfa0 (patch)
tree4d663f15f505b7ab091b36905c75254d922e6e4e
parent57e031b8aaeca28ea0910924430ad704b0b5d495 (diff)
changelog for v7.0.0-beta.1
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd019bfe9..02400ec8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## v7.0.0-beta.1 (2020-08-05)
+
+Fix some issues found in the beta pubish process, and initial attempts to
+use npm v7 with [citgm](https://github.com/nodejs/citgm/).
+
+* [`2c305e8b7`](https://github.com/npm/cli/commit/2c305e8b7bfa28b07812df74f46983fad2cb85b6)
+ output generated tarball filename
+* [`0808328c9`](https://github.com/npm/cli/commit/0808328c93d9cd975837eeb53202ce3844e1cf70)
+ pack: set correct filename for scoped packages
+ ([@isaacs](https://github.com/isaacs))
+* [`cf27df035`](https://github.com/npm/cli/commit/cf27df035cfba4f859d14859229bb90841b8fda6)
+ `@npmcli/arborist@0.0.14` ([@isaacs](https://github.com/isaacs))
+
## v7.0.0-beta.0 (2020-08-04)
Major refactoring and overhaul of, well, pretty much everything. Almost