diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 6668658..a9a84e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [2.1.0](https://github.com/npm/agent/compare/v2.0.0...v2.1.0) (2023-08-30) + +### Features + +* [`707bff4`](https://github.com/npm/agent/commit/707bff49da5838c3c803e91c66c4959bc7672a45) [#50](https://github.com/npm/agent/pull/50) use third party proxy agents (@lukekarrys) + ## [2.0.0](https://github.com/npm/agent/compare/v1.1.0...v2.0.0) (2023-08-15) ### ⚠️ BREAKING CHANGES diff --git a/package.json b/package.json index bff07cd..c0bf657 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@npmcli/agent", - "version": "2.0.0", + "version": "2.1.0", "description": "the http/https agent used by the npm cli", "main": "lib/index.js", "scripts": {