diff --git a/README.md b/README.md index fdb5ad3a..5ee19ecb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Currently, Node 14+ is supported. We support the [LTS versions](https://nodejs.o ## Base commands + ### BaseCommand The base command class for _all_ twilio-cli commands. Includes support for configuration management, logging, and output formatting. diff --git a/package-lock.json b/package-lock.json index da53cc4c..632b779a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@twilio/cli-core", - "version": "7.19.1", + "version": "7.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@twilio/cli-core", - "version": "7.19.1", + "version": "7.20.0", "license": "MIT", "dependencies": { "@actions/core": "^1.0.0",