diff --git a/CHANGELOG.md b/CHANGELOG.md index 843e3182..1bd706b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.0.2](https://github.com/salesforcecli/cli/compare/v1.0.1...v1.0.2) (2021-10-01) + + +### Bug Fixes + +* revert inquirer dep that references github url ([#72](https://github.com/salesforcecli/cli/issues/72)) ([2d86a0c](https://github.com/salesforcecli/cli/commit/2d86a0ca1112bb95c27de8d2721db98f05192b76)) + ### [1.0.1](https://github.com/salesforcecli/cli/compare/v1.0.0...v1.0.1) (2021-09-30) diff --git a/README.md b/README.md index c2eec076..7d312b05 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v|version) -@salesforce/cli/1.0.0 linux-x64 node-v14.18.0 +@salesforce/cli/1.0.1 linux-x64 node-v14.18.0 $ sf --help [COMMAND] USAGE $ sf COMMAND diff --git a/package.json b/package.json index e92bcf95..28e797da 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "1.0.1", + "version": "1.0.2", "author": "Salesforce", "bin": { "sf": "./bin/run"