Skip to content

Commit 178c601

Browse files
committed
chore(release): 0.7.58 [skip ci]
1 parent 344497e commit 178c601

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.7.58](https://github.com/oclif/plugin-test-esm-2/compare/0.7.57...0.7.58) (2025-01-12)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump @oclif/core from 4.2.0 to 4.2.2 ([#305](https://github.com/oclif/plugin-test-esm-2/issues/305)) ([344497e](https://github.com/oclif/plugin-test-esm-2/commit/344497e720215951fb89084d1765f2f46764f0a0))
7+
8+
9+
110
## [0.7.57](https://github.com/oclif/plugin-test-esm-2/compare/0.7.56...0.7.57) (2025-01-04)
211

312

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2
1818
$ esm2 COMMAND
1919
running command...
2020
$ esm2 (--version)
21-
@oclif/plugin-test-esm-2/0.7.57 linux-x64 node-v20.18.1
21+
@oclif/plugin-test-esm-2/0.7.58 linux-x64 node-v20.18.1
2222
$ esm2 --help [COMMAND]
2323
USAGE
2424
$ esm2 COMMAND
@@ -53,7 +53,7 @@ GLOBAL FLAGS
5353
--json Format output as json.
5454
```
5555

56-
_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.57/src/commands/esm2.ts)_
56+
_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.58/src/commands/esm2.ts)_
5757

5858
## `esm2 help [COMMAND]`
5959

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oclif/plugin-test-esm-2",
3-
"version": "0.7.57",
3+
"version": "0.7.58",
44
"description": "Test ESM plugin",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)