diff --git a/CHANGELOG.md b/CHANGELOG.md index 437c090..a2d8c22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.41](https://github.com/oclif/plugin-test-cjs-2/compare/0.7.40...0.7.41) (2024-10-27) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-help from 6.2.14 to 6.2.16 ([#214](https://github.com/oclif/plugin-test-cjs-2/issues/214)) ([f99066f](https://github.com/oclif/plugin-test-cjs-2/commit/f99066f5fcc6b8e720f209fb8ea1e843f52baac3)) + + + ## [0.7.40](https://github.com/oclif/plugin-test-cjs-2/compare/0.7.39...0.7.40) (2024-10-26) diff --git a/README.md b/README.md index a181b73..583ef6e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-2 $ cjs2 COMMAND running command... $ cjs2 (--version) -@oclif/plugin-test-cjs-2/0.7.40 linux-x64 node-v18.20.4 +@oclif/plugin-test-cjs-2/0.7.41 linux-x64 node-v18.20.4 $ cjs2 --help [COMMAND] USAGE $ cjs2 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/0.7.40/src/commands/cjs2.ts)_ +_See code: [src/commands/cjs2.ts](https://github.com/oclif/plugin-test-cjs-2/blob/0.7.41/src/commands/cjs2.ts)_ ## `cjs2 help [COMMAND]` @@ -73,7 +73,7 @@ DESCRIPTION Display help for cjs2. ``` -_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.14/src/commands/help.ts)_ +_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.16/src/commands/help.ts)_ ## `cjs2 plugins` diff --git a/package.json b/package.json index 71f96fd..7b73ddf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-cjs-2", - "version": "0.7.40", + "version": "0.7.41", "description": "Test CJS plugin", "author": "Salesforce", "bin": {