Skip to content

Commit ca2e75c

Browse files
committed
chore: CHANGELOG for 9.0.0 through 12.0.0
1 parent 4166608 commit ca2e75c

File tree

1 file changed

+58
-1
lines changed

1 file changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,63 @@
11
# Changelog
2+
### [12.0.0](https://github.com/npm/registry-fetch/compare/v11.0.0...v12.0.0) (2021-11-23)
23

3-
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.
4+
### ⚠ BREAKING CHANGES
5+
6+
* feat(opts): use scope instead of projectScope
7+
* drop support for node10 and non-LTS versions of node12 and node14
8+
9+
### [11.0.0](https://github.com/npm/registry-fetch/compare/v10.1.2...v11.0.0)
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* remove handling of deprecated warning headers (#53)
14+
15+
### Features
16+
17+
* better cache status (#54)
18+
19+
### Bug Fixes
20+
21+
* docs: fix header typo for npm-command (#51)
22+
* fix(docs): update registry param (#52)
23+
24+
### [10.1.2](https://github.com/npm/registry-fetch/compare/v10.1.1...v10.1.2)
25+
26+
### Bug Fixes
27+
28+
* fix: get auth token correct when login with sso
29+
30+
### [10.1.1](https://github.com/npm/registry-fetch/compare/v10.1.0...v10.1.1)
31+
32+
### Bug Fixes
33+
34+
* Send auth when hostname matches registry, and reg has auth
35+
36+
### [10.1.1](https://github.com/npm/registry-fetch/compare/v10.0.0...v10.1.0)
37+
38+
### Features
39+
40+
* feat(auth): set basicAuth (#45)
41+
42+
### [10.0.0](https://github.com/npm/registry-fetch/compare/v9.0.0...v10.0.0)
43+
44+
### ⚠ BREAKING CHANGES
45+
46+
* feat(auth) load/send based on URI, not registry
47+
48+
### Features:
49+
50+
* feat(otp): Adds opts.otpPrompt to provide an OTP on demand
51+
52+
### Bug Fixes
53+
54+
* fix(config): remove isFromCI and npm-is-ci
55+
56+
### [10.0.0](https://github.com/npm/registry-fetch/compare/v8.1.4...v9.0.0)
57+
58+
### ⚠ BREAKING CHANGES
59+
60+
* Remove publishConfig option
461

562
### [8.1.5](https://github.com/npm/registry-fetch/compare/v8.1.4...v8.1.5) (2020-10-12)
663

0 commit comments

Comments
 (0)