Skip to content

Commit 042b74b

Browse files
committed
chore(release): 0.7.88 [skip ci]
1 parent c7c167a commit 042b74b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
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.88](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.87...0.7.88) (2025-11-02)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/core from 4.7.2 to 4.8.0 ([#436](https://github.com/oclif/plugin-test-cjs-1/issues/436)) ([c7c167a](https://github.com/oclif/plugin-test-cjs-1/commit/c7c167a5a39892c627943692f8b0285ceae511fd))
7+
8+
9+
110
## [0.7.87](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.86...0.7.87) (2025-10-26)
211

312

README.md

Lines changed: 2 additions & 2 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.87 linux-x64 node-v20.19.5
21+
@oclif/plugin-test-cjs-1/0.7.88 linux-x64 node-v20.19.5
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.87/src/commands/cjs1.ts)_
56+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.88/src/commands/cjs1.ts)_
5757

5858
## `cjs1 help [COMMAND]`
5959

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

0 commit comments

Comments
 (0)