From 85a2971cfdf0ff2db6dd1829cd87862267e2b065 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 13 Oct 2024 08:47:29 +0000 Subject: [PATCH] chore(release): 3.2.6 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f181f0c7..f6658861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.6](https://github.com/oclif/plugin-autocomplete/compare/3.2.5...3.2.6) (2024-10-13) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.27 to 4.0.28 ([#809](https://github.com/oclif/plugin-autocomplete/issues/809)) ([8f13ae0](https://github.com/oclif/plugin-autocomplete/commit/8f13ae0324b09c68e2aacd40a79725d7bc7841b8)) + ## [3.2.5](https://github.com/oclif/plugin-autocomplete/compare/3.2.4...3.2.5) (2024-09-29) ### Bug Fixes diff --git a/README.md b/README.md index 926bd356..22736004 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.5/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.6/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 556be762..cc2e53b5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.5", + "version": "3.2.6", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {