From 2ff3a6039b3baac50107c3245945b198e1178966 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 29 Sep 2024 05:47:04 +0000 Subject: [PATCH] chore(release): 3.2.5 [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 2039be9f..f181f0c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.5](https://github.com/oclif/plugin-autocomplete/compare/3.2.4...3.2.5) (2024-09-29) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.22 to 4.0.23 ([#802](https://github.com/oclif/plugin-autocomplete/issues/802)) ([a7e7865](https://github.com/oclif/plugin-autocomplete/commit/a7e786585317232f45fcd45c65d908cb5494a25d)) + ## [3.2.4](https://github.com/oclif/plugin-autocomplete/compare/3.2.3...3.2.4) (2024-09-15) ### Bug Fixes diff --git a/README.md b/README.md index ce4005ca..926bd356 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.4/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.5/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 973415e0..bcf77e82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.4", + "version": "3.2.5", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {