From 723580e55ff8c6e15347eca95b5e8286087c0700 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 22 Feb 2024 02:46:58 +0000 Subject: [PATCH] chore(release): 3.0.10 [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 da1b2766..d62d9bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.0.10](https://github.com/oclif/plugin-autocomplete/compare/3.0.9...3.0.10) (2024-02-22) + +### Bug Fixes + +- **deps:** bump ip from 1.1.5 to 1.1.9 ([#626](https://github.com/oclif/plugin-autocomplete/issues/626)) ([88f3a58](https://github.com/oclif/plugin-autocomplete/commit/88f3a5824a96b74d20a898e3b9146e0cac18a71e)) + ## [3.0.9](https://github.com/oclif/plugin-autocomplete/compare/3.0.8...3.0.9) (2024-02-18) ### Bug Fixes diff --git a/README.md b/README.md index 80d03e1b..8a8f9a76 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,6 @@ EXAMPLES $ oclif-example autocomplete --refresh-cache ``` -_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.9/src/commands/autocomplete/index.ts)_ +_See code: [src/commands/autocomplete/index.ts](https://github.com/oclif/plugin-autocomplete/blob/3.0.10/src/commands/autocomplete/index.ts)_ diff --git a/package.json b/package.json index 48833dbf..c21e6e40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@oclif/plugin-autocomplete", "description": "autocomplete plugin for oclif", - "version": "3.0.9", + "version": "3.0.10", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-autocomplete/issues", "dependencies": {