From 261fccc614c4aec02e303f8e15deddffa196a9d0 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Mon, 22 Jul 2024 20:35:01 +0000 Subject: [PATCH] chore(release): 3.1.9 [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 f08c8ebe..89302168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.1.9](https://github.com/oclif/plugin-autocomplete/compare/3.1.8...3.1.9) (2024-07-22) + +### Bug Fixes + +- husky 9.1.1 fix ([e44652b](https://github.com/oclif/plugin-autocomplete/commit/e44652b148fb16c849cfdb7513c01fa56cf0401c)) + ## [3.1.8](https://github.com/oclif/plugin-autocomplete/compare/3.1.7...3.1.8) (2024-07-21) ### Bug Fixes diff --git a/README.md b/README.md index 4c7266ad..04622c13 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.8/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.1.9/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 408fa300..5392cec5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.1.8", + "version": "3.1.9", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {