Skip to content

Commit

Permalink
chore(release): 0.1.40 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Dec 15, 2024
1 parent c9386b3 commit 0db36db
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.1.40](https://github.com/oclif/plugin-test-core-v3/compare/0.1.39...0.1.40) (2024-12-15)


### Bug Fixes

* **deps:** bump @oclif/plugin-plugins from 5.4.21 to 5.4.22 ([#119](https://github.com/oclif/plugin-test-core-v3/issues/119)) ([c9386b3](https://github.com/oclif/plugin-test-core-v3/commit/c9386b3256d2b76c9ba6882c90894d6e4445320e))



## [0.1.39](https://github.com/oclif/plugin-test-core-v3/compare/0.1.38...0.1.39) (2024-12-15)


Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-test-core-v3
$ corev3 COMMAND
running command...
$ corev3 (--version)
@oclif/plugin-test-core-v3/0.1.39 linux-x64 node-v20.18.1
@oclif/plugin-test-core-v3/0.1.40 linux-x64 node-v20.18.1
$ corev3 --help [COMMAND]
USAGE
$ corev3 COMMAND
Expand Down Expand Up @@ -57,7 +57,7 @@ GLOBAL FLAGS
--json Format output as json.
```

_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.39/src/commands/core-v3.ts)_
_See code: [src/commands/core-v3.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.40/src/commands/core-v3.ts)_

## `corev3 hello PERSON`

Expand All @@ -81,7 +81,7 @@ EXAMPLES
hello friend from oclif! (./src/commands/hello/index.ts)
```

_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.39/src/commands/hello/index.ts)_
_See code: [src/commands/hello/index.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.40/src/commands/hello/index.ts)_

## `corev3 hello world`

Expand All @@ -99,7 +99,7 @@ EXAMPLES
hello world! (./src/commands/hello/world.ts)
```

_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.39/src/commands/hello/world.ts)_
_See code: [src/commands/hello/world.ts](https://github.com/oclif/plugin-test-core-v3/blob/0.1.40/src/commands/hello/world.ts)_

## `corev3 help [COMMAND]`

Expand Down Expand Up @@ -142,7 +142,7 @@ EXAMPLES
$ corev3 plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/index.ts)_

## `corev3 plugins:inspect PLUGIN...`

Expand All @@ -169,7 +169,7 @@ EXAMPLES
$ corev3 plugins inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/inspect.ts)_

## `corev3 plugins install PLUGIN`

Expand Down Expand Up @@ -218,7 +218,7 @@ EXAMPLES
$ corev3 plugins install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/install.ts)_

## `corev3 plugins link PATH`

Expand Down Expand Up @@ -249,7 +249,7 @@ EXAMPLES
$ corev3 plugins link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/link.ts)_

## `corev3 plugins reset`

Expand All @@ -264,7 +264,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/reset.ts)_

## `corev3 plugins uninstall [PLUGIN]`

Expand Down Expand Up @@ -292,7 +292,7 @@ EXAMPLES
$ corev3 plugins uninstall myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/uninstall.ts)_

## `corev3 plugins update`

Expand All @@ -310,5 +310,5 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.21/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.22/src/commands/plugins/update.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-test-core-v3",
"description": "Test plugin that uses @oclif/core v3",
"version": "0.1.39",
"version": "0.1.40",
"author": "Salesforce",
"bin": {
"corev3": "./bin/run.js"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3452,7 +3452,7 @@ data-view-byte-offset@^1.0.0:
es-errors "^1.3.0"
is-data-view "^1.0.1"

debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.4.0:
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.4, debug@^4.3.5, debug@^4.3.6, debug@^4.3.7, debug@^4.4.0:
version "4.4.0"
resolved "https://registry.yarnpkg.com/debug/-/debug-4.4.0.tgz#2b3f2aea2ffeb776477460267377dc8710faba8a"
integrity sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==
Expand Down

0 comments on commit 0db36db

Please sign in to comment.