Skip to content

Commit 8a9676d

Browse files
committed
chore(release): 0.7.84 [skip ci]
1 parent bc7aa4d commit 8a9676d

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.84](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.83...0.7.84) (2025-10-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/core from 4.5.4 to 4.5.5 ([#421](https://github.com/oclif/plugin-test-cjs-1/issues/421)) ([bc7aa4d](https://github.com/oclif/plugin-test-cjs-1/commit/bc7aa4d4c002e572490b93fe0ec6fa8479385e29))
7+
8+
9+
110
## [0.7.83](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.82...0.7.83) (2025-10-12)
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.83 linux-x64 node-v20.19.5
21+
@oclif/plugin-test-cjs-1/0.7.84 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.83/src/commands/cjs1.ts)_
56+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.84/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.83",
3+
"version": "0.7.84",
44
"description": "Test CJS plugin",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)