File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0 .0.1 "
2+ "." : " 1 .0.0 "
33}
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 1.0.0] ( https://github.com/npm/agent/compare/v0.0.1...v1.0.0 ) (2022-12-08)
4+
5+ ### ⚠️ BREAKING CHANGES
6+
7+ * ` @npmcli/agent ` is now compatible with the following semver range for node: ` ^14.17.0 || ^16.13.0 || >=18.0.0 `
8+
9+ ### Features
10+
11+ * [ ` 0c17ff4 ` ] ( https://github.com/npm/agent/commit/0c17ff4730d838769f883323713c00067a4a314b ) [ #9 ] ( https://github.com/npm/agent/pull/9 ) postinstall for dependabot template-oss PR (@lukekarrys )
12+ * [ ` eb1fbfc ` ] ( https://github.com/npm/agent/commit/eb1fbfc701725664243d46e0f7b7022bec34b2aa ) initial commit (@nlf )
13+
14+ ### Bug Fixes
15+
16+ * [ ` f06b8ea ` ] ( https://github.com/npm/agent/commit/f06b8ead5d5ad486cd696b07b93858686e7169f7 ) dont use an agent for the CONNECT request (@nlf )
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/agent" ,
3- "version" : " 0 .0.1 " ,
3+ "version" : " 1 .0.0 " ,
44 "description" : " the http/https agent used by the npm cli" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments