diff --git a/CHANGELOG.md b/CHANGELOG.md index e0192c6e..b2a2cda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.10](https://github.com/oclif/plugin-autocomplete/compare/3.2.9...3.2.10) (2024-11-17) + +### Bug Fixes + +- **deps:** bump cross-spawn from 7.0.3 to 7.0.5 ([#832](https://github.com/oclif/plugin-autocomplete/issues/832)) ([6ba57fb](https://github.com/oclif/plugin-autocomplete/commit/6ba57fbff9d1b32072d367837fc58cee968a4c1d)) + ## [3.2.9](https://github.com/oclif/plugin-autocomplete/compare/3.2.8...3.2.9) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index 955d7fe6..cc8f5d05 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ EXAMPLES $ oclif-example autocomplete --refresh-cache ``` -_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.9/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.10/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 3ecd6f0f..530d051c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.9", + "version": "3.2.10", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {