From 7f22e4a3532ef76f785ac52fa04e606cb8ede6ae Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 1 Aug 2024 15:10:59 +0000 Subject: [PATCH] chore(release): 3.2.0 [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 d13a78b9..c691e878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [3.2.0](https://github.com/oclif/plugin-autocomplete/compare/3.1.11...3.2.0) (2024-08-01) + +### Features + +- add `refresh-cache` hook ([cbda936](https://github.com/oclif/plugin-autocomplete/commit/cbda9361ac1a0f0d47110331145eb022b48a2d9b)) + ## [3.1.11](https://github.com/oclif/plugin-autocomplete/compare/3.1.10...3.1.11) (2024-07-28) ### Bug Fixes diff --git a/README.md b/README.md index 85dd7a29..63df452d 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.1.11/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.0/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index d8fc592d..b35cea9f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.1.11", + "version": "3.2.0", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {