Skip to content

Commit 64c98b1

Browse files
committed
chore(release): 0.4.18 [skip ci]
1 parent c8ae90d commit 64c98b1

3 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [0.4.18](https://github.com/oclif/plugin-test-pre-core/compare/0.4.17...0.4.18) (2026-03-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump flatted from 3.3.2 to 3.4.2 ([#180](https://github.com/oclif/plugin-test-pre-core/issues/180)) ([c8ae90d](https://github.com/oclif/plugin-test-pre-core/commit/c8ae90daf354155f1df20ea747621b2d7d075313))
7+
8+
9+
110
## [0.4.17](https://github.com/oclif/plugin-test-pre-core/compare/0.4.16...0.4.17) (2026-01-23)
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-pre-core
1818
$ pre-core COMMAND
1919
running command...
2020
$ pre-core (--version)
21-
@oclif/plugin-test-pre-core/0.4.17 linux-x64 node-v20.20.0
21+
@oclif/plugin-test-pre-core/0.4.18 linux-x64 node-v20.20.1
2222
$ pre-core --help [COMMAND]
2323
USAGE
2424
$ pre-core COMMAND
@@ -233,5 +233,5 @@ FLAGS
233233
--optionalString=<value>
234234
```
235235

236-
_See code: [src/commands/pre-core.ts](https://github.com/oclif/plugin-test-pre-core/blob/0.4.17/src/commands/pre-core.ts)_
236+
_See code: [src/commands/pre-core.ts](https://github.com/oclif/plugin-test-pre-core/blob/0.4.18/src/commands/pre-core.ts)_
237237
<!-- commandsstop -->

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-pre-core",
3-
"version": "0.4.17",
3+
"version": "0.4.18",
44
"description": "Test plugin that uses deprecated @oclif/config and @oclif/command",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)