diff --git a/CHANGELOG.md b/CHANGELOG.md index d93754a6..e1df2b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.2](https://github.com/salesforcecli/plugin-env/compare/3.0.1...3.0.2) (2023-11-08) + +### Bug Fixes + +- bump open ([#752](https://github.com/salesforcecli/plugin-env/issues/752)) ([2295ad7](https://github.com/salesforcecli/plugin-env/commit/2295ad739b1f926f2dffc7163145db5e81e2d394)) + ## [3.0.1](https://github.com/salesforcecli/plugin-env/compare/2.2.9...3.0.1) (2023-11-08) ## [2.2.9](https://github.com/salesforcecli/plugin-env/compare/2.2.8...2.2.9) (2023-10-30) diff --git a/README.md b/README.md index b415d326..0c0ac825 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ EXAMPLES $ sf env display --target-env myEnv ``` -_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.10/src/commands/env/display.ts)_ +_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.2/src/commands/env/display.ts)_ ## `sf env list` @@ -152,7 +152,7 @@ EXAMPLES $ sf env list --csv --no-header ``` -_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.10/src/commands/env/list.ts)_ +_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.2/src/commands/env/list.ts)_ ## `sf env open` @@ -198,6 +198,6 @@ FLAG DESCRIPTIONS browser applications differ depending on the operating system you're on; check your documentation for details. ``` -_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.10/src/commands/env/open.ts)_ +_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/3.0.2/src/commands/env/open.ts)_ diff --git a/package.json b/package.json index 553b3de4..5a949a7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/plugin-env", "description": "An sf plugin for logging into and interacting with different Salesforce environments.", - "version": "3.0.1", + "version": "3.0.2", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {