From b7455383ce422df17fd0f45fddd1eabcc617097f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 15 Dec 2024 05:47:01 +0000 Subject: [PATCH] chore(release): 3.2.14 [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 7a92c76d..637ca519 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.2.14](https://github.com/oclif/plugin-autocomplete/compare/3.2.13...3.2.14) (2024-12-15) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.34 to 4.0.37 ([#854](https://github.com/oclif/plugin-autocomplete/issues/854)) ([74d00cf](https://github.com/oclif/plugin-autocomplete/commit/74d00cf30ccbcb38c8e6bcb7db399c953b5de5be)) + ## [3.2.13](https://github.com/oclif/plugin-autocomplete/compare/3.2.12...3.2.13) (2024-12-08) ### Bug Fixes diff --git a/README.md b/README.md index 00e7054b..46e300b1 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.13/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.2.14/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 85700527..206b21aa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.2.13", + "version": "3.2.14", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {