diff --git a/CHANGELOG.md b/CHANGELOG.md index 04216e5..97bb05f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.0.12](https://github.com/oclif/plugin-search/compare/1.0.11...1.0.12) (2024-01-14) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.16.0 to 3.18.1 ([#306](https://github.com/oclif/plugin-search/issues/306)) ([d361216](https://github.com/oclif/plugin-search/commit/d36121607d7224ef123e70558d58dd35217f7c83)) + ## [1.0.11](https://github.com/oclif/plugin-search/compare/1.0.10...1.0.11) (2024-01-07) ### Bug Fixes diff --git a/README.md b/README.md index b148224..7f0fc7f 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.0.11 linux-x64 node-v18.19.0 +@oclif/plugin-search/1.0.12 linux-x64 node-v18.19.0 $ @oclif/plugin-search --help [COMMAND] USAGE $ @oclif/plugin-search COMMAND @@ -53,6 +53,6 @@ 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.0.11/src/commands/search.ts)_ +_See code: [dist/commands/search.ts](https://github.com/oclif/plugin-search/blob/1.0.12/dist/commands/search.ts)_ diff --git a/package.json b/package.json index 2d97ea4..d7be408 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-search", - "version": "1.0.11", + "version": "1.0.12", "description": "A command for searching commands", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-search/issues",