diff --git a/CHANGELOG.md b/CHANGELOG.md index 337aed9e..f3c6fbaa 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.9.93](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.92...v2.9.93) (2025-02-07) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.2.5 to 4.2.6 ([#897](https://github.com/jayree/sfdx-autocomplete-plugin/issues/897)) ([bc3a726](https://github.com/jayree/sfdx-autocomplete-plugin/commit/bc3a7261636a0a239d0a076d0b1a9eefb4260c55)) + ## [2.9.92](https://github.com/jayree/sfdx-autocomplete-plugin/compare/v2.9.91...v2.9.92) (2025-01-31) diff --git a/README.md b/README.md index 41b12ddd..789f941b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ DESCRIPTION display autocomplete installation instructions ``` -_See code: [src/commands/autocmplt/index.ts](https://github.com/jayree/sfdx-autocomplete-plugin/blob/v2.9.92/src/commands/autocmplt/index.ts)_ +_See code: [src/commands/autocmplt/index.ts](https://github.com/jayree/sfdx-autocomplete-plugin/blob/v2.9.93/src/commands/autocmplt/index.ts)_ ### `sfdx autocomplete create` diff --git a/package.json b/package.json index 064e724d..d9b2fd0d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sfdx-autocmplt", "description": "autocomplete plugin for sfdx and sf CLI", - "version": "2.9.92", + "version": "2.9.93", "author": "jayree @jayree", "bugs": "https://github.com/jayree/sfdx-autocomplete-plugin/issues", "type": "module",