Skip to content

Commit a3e693b

Browse files
committed
chore(release): 0.7.95 [skip ci]
1 parent 5c2a8ca commit a3e693b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.7.95](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.94...0.7.95) (2026-01-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/plugin-help from 6.2.36 to 6.2.37 ([#467](https://github.com/oclif/plugin-test-cjs-1/issues/467)) ([5c2a8ca](https://github.com/oclif/plugin-test-cjs-1/commit/5c2a8ca513577bf7841fc52ffaf407ee0f01ff02))
7+
8+
9+
110
## [0.7.94](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.93...0.7.94) (2026-01-25)
211

312

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-cjs-1
1818
$ cjs1 COMMAND
1919
running command...
2020
$ cjs1 (--version)
21-
@oclif/plugin-test-cjs-1/0.7.94 linux-x64 node-v20.20.0
21+
@oclif/plugin-test-cjs-1/0.7.95 linux-x64 node-v20.20.0
2222
$ cjs1 --help [COMMAND]
2323
USAGE
2424
$ cjs1 COMMAND
@@ -53,7 +53,7 @@ GLOBAL FLAGS
5353
--json Format output as json.
5454
```
5555

56-
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.94/src/commands/cjs1.ts)_
56+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.95/src/commands/cjs1.ts)_
5757

5858
## `cjs1 help [COMMAND]`
5959

@@ -73,7 +73,7 @@ DESCRIPTION
7373
Display help for cjs1.
7474
```
7575

76-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.36/src/commands/help.ts)_
76+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.37/src/commands/help.ts)_
7777

7878
## `cjs1 plugins`
7979

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.94",
3+
"version": "0.7.95",
44
"description": "Test CJS plugin",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)