diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b28ae5..f5fa6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.2.1](https://github.com/oclif/plugin-search/compare/1.2.0...1.2.1) (2024-06-30) + +### Bug Fixes + +- **deps:** bump @oclif/core from 4.0.6 to 4.0.7 ([#431](https://github.com/oclif/plugin-search/issues/431)) ([3df3c86](https://github.com/oclif/plugin-search/commit/3df3c868fa249c569d6fe63a117485b622008914)) + # [1.2.0](https://github.com/oclif/plugin-search/compare/1.1.5-dev.2...1.2.0) (2024-06-24) ## [1.1.5-dev.2](https://github.com/oclif/plugin-search/compare/1.1.5-dev.1...1.1.5-dev.2) (2024-06-21) diff --git a/README.md b/README.md index 908ea77..2a1f0f8 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-search $ @oclif/plugin-search COMMAND running command... $ @oclif/plugin-search (--version) -@oclif/plugin-search/1.2.0 linux-x64 node-v18.20.3 +@oclif/plugin-search/1.2.1 linux-x64 node-v18.20.3 $ @oclif/plugin-search --help [COMMAND] USAGE $ @oclif/plugin-search COMMAND @@ -53,7 +53,7 @@ DESCRIPTION Once you select a command, hit enter and it will show the help for that command. ``` -_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.0/src/commands/search.ts)_ +_See code: [src/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.2.1/src/commands/search.ts)_ diff --git a/package.json b/package.json index 588ae63..1f54a22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.2.0", + "version": "1.2.1", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",