From 288729d0eda40a158c3e0b66d21b1f926bb744e6 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 25 Nov 2024 03:21:19 +0000 Subject: [PATCH] chore(release): 3.2.11 [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 b2a2cda8..bf9efa48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.11](https://github.com/oclif/plugin-autocomplete/compare/3.2.10...3.2.11) (2024-11-25) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.32 to 4.0.33 ([#835](https://github.com/oclif/plugin-autocomplete/issues/835)) ([68ebc7d](https://github.com/oclif/plugin-autocomplete/commit/68ebc7d1998876f87282c9a2c3eb3584cc6d8a03)) + ## [3.2.10](https://github.com/oclif/plugin-autocomplete/compare/3.2.9...3.2.10) (2024-11-17) ### Bug Fixes diff --git a/README.md b/README.md index cc8f5d05..802e42df 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.10/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.11/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 1c4ceddf..3c7bd37d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.10", + "version": "3.2.11", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {