Skip to content

Commit b95de7a

Browse files
chore: release 2.2.1 (#89)
🤖 I have created a release *beep* *boop* --- ## [2.2.1](v2.2.0...v2.2.1) (2024-02-01) ### Bug Fixes * [`88212cc`](88212cc) [#92](#92) properly differentiate http and https proxies (#92) (@Torbjorn-Svensson) ### Chores * [`9ffc694`](9ffc694) [#90](#90) postinstall for dependabot template-oss PR (@lukekarrys) * [`7243097`](7243097) [#90](#90) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot]) * [`ee9ea76`](ee9ea76) [#88](#88) postinstall for dependabot template-oss PR (@lukekarrys) * [`e169c95`](e169c95) [#88](#88) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot]) * [`cfdcf70`](cfdcf70) [#73](#73) move proxy:null to correct test (@lukekarrys) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 88212cc commit b95de7a

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.2.1"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.2.1](https://github.com/npm/agent/compare/v2.2.0...v2.2.1) (2024-02-01)
4+
5+
### Bug Fixes
6+
7+
* [`88212cc`](https://github.com/npm/agent/commit/88212ccbfebdc10ec97656e5ffc8415a9aa84de8) [#92](https://github.com/npm/agent/pull/92) properly differentiate http and https proxies (#92) (@Torbjorn-Svensson)
8+
9+
### Chores
10+
11+
* [`9ffc694`](https://github.com/npm/agent/commit/9ffc69422e74024bffc72af68ffa6f9175a2d6b7) [#90](https://github.com/npm/agent/pull/90) postinstall for dependabot template-oss PR (@lukekarrys)
12+
* [`7243097`](https://github.com/npm/agent/commit/7243097fe24986340a9dce49ba7116798b21727b) [#90](https://github.com/npm/agent/pull/90) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot])
13+
* [`ee9ea76`](https://github.com/npm/agent/commit/ee9ea767488f553a8c8d72accad494246e937934) [#88](https://github.com/npm/agent/pull/88) postinstall for dependabot template-oss PR (@lukekarrys)
14+
* [`e169c95`](https://github.com/npm/agent/commit/e169c95a01fd7023e9ead948c331a032db3c2c51) [#88](https://github.com/npm/agent/pull/88) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot])
15+
* [`cfdcf70`](https://github.com/npm/agent/commit/cfdcf70a47f8b2aff924a00a9bb635a624ee6906) [#73](https://github.com/npm/agent/pull/73) move proxy:null to correct test (@lukekarrys)
16+
317
## [2.2.0](https://github.com/npm/agent/compare/v2.1.1...v2.2.0) (2023-10-02)
418

519
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/agent",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "the http/https agent used by the npm cli",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)