diff --git a/package.json b/package.json index 5d7e607..9b6c0da 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.0", + "version": "2.0.1", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-interceptor/issues", "dependencies": { @@ -66,4 +66,4 @@ "build": "rm -rf lib && tsc", "pretest": "yarn build --noEmit && tsc -p test --noEmit" } -} +} \ No newline at end of file