Skip to content

Commit ebddbe7

Browse files
committed
chore(release): 8.0.0
1 parent eb8f7af commit ebddbe7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
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+
## [8.0.0](https://github.com/npm/registry-fetch/compare/v7.0.1...v8.0.0) (2020-02-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Removes the 'opts.refer' option and the HTTP Referer
11+
header (unless explicitly added to the 'headers' option, of course).
12+
13+
PR-URL: https://github.com/npm/npm-registry-fetch/pull/25
14+
Credit: @isaacs
15+
16+
### Bug Fixes
17+
18+
* remove referer header and opts.refer ([eb8f7af](https://github.com/npm/registry-fetch/commit/eb8f7af3c102834856604c1be664b00ca0fe8ef2)), closes [#25](https://github.com/npm/registry-fetch/issues/25)
19+
520
### [7.0.1](https://github.com/npm/registry-fetch/compare/v7.0.0...v7.0.1) (2020-02-24)
621

722
## [7.0.0](https://github.com/npm/registry-fetch/compare/v6.0.2...v7.0.0) (2020-02-18)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "7.0.1",
3+
"version": "8.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)