diff --git a/CHANGELOG.md b/CHANGELOG.md index 25340424..e0192c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.9](https://github.com/oclif/plugin-autocomplete/compare/3.2.8...3.2.9) (2024-11-17) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.31 to 4.0.32 ([#831](https://github.com/oclif/plugin-autocomplete/issues/831)) ([f71fae0](https://github.com/oclif/plugin-autocomplete/commit/f71fae00a1d244e479b7966d7f14d72cf6f17272)) + ## [3.2.8](https://github.com/oclif/plugin-autocomplete/compare/3.2.7...3.2.8) (2024-11-03) ### Bug Fixes diff --git a/README.md b/README.md index 3fd237a9..955d7fe6 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.8/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.9/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 371a3848..7d47a285 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.8", + "version": "3.2.9", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {