Skip to content

Commit

Permalink
chore(release): v5.0.5 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Apr 11, 2024
1 parent b581d9e commit 020bb3d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [5.0.5](https://github.com/oclif/test-plugin-release/compare/v5.0.4...v5.0.5) (2024-04-11)


### Bug Fixes

* generate readme during release ([b581d9e](https://github.com/oclif/test-plugin-release/commit/b581d9ea806348c413c4a6cfe693ffb448e2bb68))



## [5.0.4](https://github.com/oclif/test-plugin-release/compare/v5.0.3...v5.0.4) (2024-04-11)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $ npm install -g @oclif/test-plugin-release
$ oex COMMAND
running command...
$ oex (--version)
@oclif/test-plugin-release/v5.0.4 linux-x64 node-v18.20.1
@oclif/test-plugin-release/5.0.5 linux-x64 node-v18.20.1
$ oex --help [COMMAND]
USAGE
$ oex COMMAND
Expand Down Expand Up @@ -62,7 +62,7 @@ EXAMPLES
hello friend from oclif! (./src/commands/hello/index.ts)
```

_See code: [src/commands/hello/index.ts](https://github.com/oclif/test-plugin-release/blob/vv5.0.4/src/commands/hello/index.ts)_
_See code: [src/commands/hello/index.ts](https://github.com/oclif/test-plugin-release/blob/v5.0.5/src/commands/hello/index.ts)_

## `oex hello world`

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

_See code: [src/commands/hello/world.ts](https://github.com/oclif/test-plugin-release/blob/vv5.0.4/src/commands/hello/world.ts)_
_See code: [src/commands/hello/world.ts](https://github.com/oclif/test-plugin-release/blob/v5.0.5/src/commands/hello/world.ts)_

## `oex help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/test-plugin-release",
"description": "plugin for testing GHA for oclif templates",
"version": "5.0.4",
"version": "5.0.5",
"author": "Salesforce",
"bin": {
"oex": "./bin/run.js"
Expand Down

0 comments on commit 020bb3d

Please sign in to comment.