diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d23a47d..c4fb47ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.2.9](https://github.com/salesforcecli/plugin-env/compare/2.2.8...2.2.9) (2023-10-30) + +### Bug Fixes + +- **deps:** bump @salesforce/core from 5.3.10 to 5.3.15 ([631c5a6](https://github.com/salesforcecli/plugin-env/commit/631c5a63d5759d82aa5eb11835ceb4fed2ccffb8)) + ## [2.2.8](https://github.com/salesforcecli/plugin-env/compare/2.2.7...2.2.8) (2023-10-18) ### Bug Fixes diff --git a/README.md b/README.md index 88b7d2bb..58e5c424 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.8/src/commands/env/display.ts)_ +_See code: [src/commands/env/display.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.9/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.8/src/commands/env/list.ts)_ +_See code: [src/commands/env/list.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.9/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.8/src/commands/env/open.ts)_ +_See code: [src/commands/env/open.ts](https://github.com/salesforcecli/plugin-env/blob/2.2.9/src/commands/env/open.ts)_ diff --git a/package.json b/package.json index b5dc0975..698636b2 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": "2.2.8", + "version": "2.2.9", "author": "Salesforce", "bugs": "https://github.com/forcedotcom/cli/issues", "dependencies": {