Skip to content

Commit 460504b

Browse files
committed
chore(release): 0.7.122 [skip ci]
1 parent 1445209 commit 460504b

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.7.122](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.121...0.7.122) (2026-06-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/plugin-help from 6.2.49 to 6.2.50 ([#524](https://github.com/oclif/plugin-test-cjs-1/issues/524)) ([1445209](https://github.com/oclif/plugin-test-cjs-1/commit/1445209de1d9e14a93cc9cd341cd983de81d757a))
7+
8+
9+
110
## [0.7.121](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.120...0.7.121) (2026-05-31)
211

312

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-cjs-1
1717
$ cjs1 COMMAND
1818
running command...
1919
$ cjs1 (--version)
20-
@oclif/plugin-test-cjs-1/0.7.121 linux-x64 node-v22.22.3
20+
@oclif/plugin-test-cjs-1/0.7.122 linux-x64 node-v22.22.3
2121
$ cjs1 --help [COMMAND]
2222
USAGE
2323
$ cjs1 COMMAND
@@ -52,7 +52,7 @@ GLOBAL FLAGS
5252
--json Format output as json.
5353
```
5454

55-
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.121/src/commands/cjs1.ts)_
55+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.122/src/commands/cjs1.ts)_
5656

5757
## `cjs1 help [COMMAND]`
5858

@@ -72,7 +72,7 @@ DESCRIPTION
7272
Display help for cjs1.
7373
```
7474

75-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.49/src/commands/help.ts)_
75+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.50/src/commands/help.ts)_
7676

7777
## `cjs1 plugins`
7878

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oclif/plugin-test-cjs-1",
3-
"version": "0.7.121",
3+
"version": "0.7.122",
44
"description": "Test CJS plugin",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)