Skip to content

Commit d6b2a92

Browse files
committed
chore(release): 0.7.93 [skip ci]
1 parent f0ea9c0 commit d6b2a92

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.93](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.92...0.7.93) (2026-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#465](https://github.com/oclif/plugin-test-cjs-1/issues/465)) ([f0ea9c0](https://github.com/oclif/plugin-test-cjs-1/commit/f0ea9c0594e6aff22117316944dc46188eaaeb07))
7+
8+
9+
110
## [0.7.92](https://github.com/oclif/plugin-test-cjs-1/compare/0.7.91...0.7.92) (2025-11-17)
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.92 linux-x64 node-v20.19.5
21+
@oclif/plugin-test-cjs-1/0.7.93 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.92/src/commands/cjs1.ts)_
56+
_See code: [src/commands/cjs1.ts](https://github.com/oclif/plugin-test-cjs-1/blob/0.7.93/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.92",
3+
"version": "0.7.93",
44
"description": "Test CJS plugin",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)