diff --git a/CHANGELOG.md b/CHANGELOG.md index 537170f..dc7d7c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.20](https://github.com/oclif/plugin-interceptor/compare/2.0.19...2.0.20) (2023-10-22) + + +### Bug Fixes + +* **deps:** bump nock from 13.3.4 to 13.3.6 ([d5cfe5e](https://github.com/oclif/plugin-interceptor/commit/d5cfe5e59aa5501ac1c8f718a96fde6b16ea132a)) + + + ## [2.0.19](https://github.com/oclif/plugin-interceptor/compare/2.0.18...2.0.19) (2023-10-15) diff --git a/package.json b/package.json index 227c5c5..9d73cb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-interceptor", "description": "plugin that defines a pre-run hook that can record and mock http/s requests and responses during command execution", - "version": "2.0.19", + "version": "2.0.20", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-interceptor/issues", "dependencies": {