Skip to content

Commit 02a829a

Browse files
committed
chore(release): 0.4.17 [skip ci]
1 parent 9209492 commit 02a829a

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.17](https://github.com/oclif/plugin-test-pre-core/compare/0.4.16...0.4.17) (2026-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* **deps:** bump lodash from 4.17.21 to 4.17.23 ([#169](https://github.com/oclif/plugin-test-pre-core/issues/169)) ([9209492](https://github.com/oclif/plugin-test-pre-core/commit/9209492b634dfc30bb953b0524c120864a2144cd))
7+
8+
9+
110
## [0.4.16](https://github.com/oclif/plugin-test-pre-core/compare/0.4.15...0.4.16) (2024-08-24)
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.16 linux-x64 node-v18.20.4
21+
@oclif/plugin-test-pre-core/0.4.17 linux-x64 node-v20.20.0
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.16/src/commands/pre-core.ts)_
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)_
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.16",
3+
"version": "0.4.17",
44
"description": "Test plugin that uses deprecated @oclif/config and @oclif/command",
55
"author": "Salesforce",
66
"bin": {

0 commit comments

Comments
 (0)