Skip to content

Commit 68a2570

Browse files
committedFeb 18, 2020
chore(release): 7.0.0
1 parent 5d78c78 commit 68a2570

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed
 

‎CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
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.
44

5+
## [7.0.0](https://github.com/npm/registry-fetch/compare/v6.0.2...v7.0.0) (2020-02-18)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* figgy pudding is now nowhere to be found.
11+
* this removes figgy-pudding, and drops several option
12+
aliases.
13+
14+
Defaults and behavior are all the same, and this module is now using the
15+
canonical camelCase option names that npm v7 will provide to all its
16+
deps.
17+
18+
Related to: https://github.com/npm/rfcs/pull/102
19+
20+
PR-URL: https://github.com/npm/npm-registry-fetch/pull/22
21+
Credit: @isaacs
22+
23+
### Bug Fixes
24+
25+
* Remove figgy-pudding, use canonical option names ([ede3c08](https://github.com/npm/registry-fetch/commit/ede3c087007fd1808e02b1af70562220d03b18a9)), closes [#22](https://github.com/npm/registry-fetch/issues/22)
26+
27+
28+
* update cacache, ssri, make-fetch-happen ([57fcc88](https://github.com/npm/registry-fetch/commit/57fcc889bee03edcc0a2025d96a171039108c231))
29+
530
### [6.0.2](https://github.com/npm/registry-fetch/compare/v6.0.1...v6.0.2) (2020-02-14)
631

732

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "6.0.2",
3+
"version": "7.0.0",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)
Please sign in to comment.