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:
Diffstat (limited to 'node_modules/libnpmteam/CHANGELOG.md')
-rw-r--r--node_modules/libnpmteam/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/libnpmteam/CHANGELOG.md b/node_modules/libnpmteam/CHANGELOG.md
index c5a8630a9..ba472cfcc 100644
--- a/node_modules/libnpmteam/CHANGELOG.md
+++ b/node_modules/libnpmteam/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## [2.0.0](https://github.com/npm/libnpmteam/compare/v1.0.2...v2.0.0) (2020-03-02)
+
+### BREAKING CHANGE
+- Removed `figgy-pudding` as a dependecy
+- Using native promises
+- Require node >= v10
+
+### Feature
+- Updated stream interface to `minipass` type stream
+
+---
+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="1.0.2"></a>