diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9efa48..80dd562f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.12](https://github.com/oclif/plugin-autocomplete/compare/3.2.11...3.2.12) (2024-12-08) + +### Bug Fixes + +- **deps:** bump debug from 4.3.7 to 4.4.0 ([#850](https://github.com/oclif/plugin-autocomplete/issues/850)) ([06b7245](https://github.com/oclif/plugin-autocomplete/commit/06b7245febce38fb614b5ed2aed66f3a61b9a9e0)) + ## [3.2.11](https://github.com/oclif/plugin-autocomplete/compare/3.2.10...3.2.11) (2024-11-25) ### Bug Fixes diff --git a/README.md b/README.md index 802e42df..3a3d1c2d 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.11/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.12/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 0eb1fc98..38ff1165 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.11", + "version": "3.2.12", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {