Skip to content

Commit

Permalink
chore(release): 0.6.20 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Jun 2, 2024
1 parent 149d50e commit ce896cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 29 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.6.20](https://github.com/oclif/plugin-test-esm-2/compare/0.6.19...0.6.20) (2024-06-02)


### Bug Fixes

* **deps:** bump @oclif/plugin-help from 6.0.22 to 6.1.0 ([#162](https://github.com/oclif/plugin-test-esm-2/issues/162)) ([149d50e](https://github.com/oclif/plugin-test-esm-2/commit/149d50ea98cc5d6ca6a3d056700d3374630aa0dd))



## [0.6.19](https://github.com/oclif/plugin-test-esm-2/compare/0.6.18...0.6.19) (2024-06-01)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2
$ esm2 COMMAND
running command...
$ esm2 (--version)
@oclif/plugin-test-esm-2/0.6.19 linux-x64 node-v18.20.3
@oclif/plugin-test-esm-2/0.6.20 linux-x64 node-v18.20.3
$ esm2 --help [COMMAND]
USAGE
$ esm2 COMMAND
Expand Down Expand Up @@ -50,7 +50,7 @@ FLAGS
--optionalString=<value>
```

_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.6.19/src/commands/esm2.ts)_
_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.6.20/src/commands/esm2.ts)_

## `esm2 help [COMMAND]`

Expand All @@ -70,7 +70,7 @@ DESCRIPTION
Display help for esm2.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.22/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.1.0/src/commands/help.ts)_

## `esm2 plugins`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oclif/plugin-test-esm-2",
"version": "0.6.19",
"version": "0.6.20",
"description": "Test ESM plugin",
"author": "Salesforce",
"bin": {
Expand Down
27 changes: 2 additions & 25 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@
supports-color "^8.1.1"
tslib "^2"

"@oclif/core@4.0.0-beta.13":
"@oclif/core@4.0.0-beta.13", "@oclif/core@^4.0.0-beta.13":
version "4.0.0-beta.13"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8"
integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==
Expand Down Expand Up @@ -561,7 +561,7 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^3", "@oclif/core@^3.26.6":
"@oclif/core@^3":
version "3.26.6"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.6.tgz#f371868cfa0fe150a6547e6af98b359065d2f971"
integrity sha512-+FiTw1IPuJTF9tSAlTsY8bGK4sgthehjz7c2SvYdgQncTkxI2xvUch/8QpjNYGLEmUneNygvYMRBax2KJcLccA==
Expand Down Expand Up @@ -595,29 +595,6 @@
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/core@^4.0.0-beta.13":
version "4.0.0-beta.13"
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.0-beta.13.tgz#0e0a6431cfe612db77073d2f9ef361f14e4090b8"
integrity sha512-ug8CZUCJphgetSZVgd4HQgyewlYVGGG1LIeFXGxjgYsjZ/f5I3nSCj7xpAMEDqjVD/lwmSujtVwa7tvEgLGICw==
dependencies:
ansi-escapes "^4.3.2"
ansis "^3.0.1"
clean-stack "^3.0.1"
cli-spinners "^2.9.2"
cosmiconfig "^9.0.0"
debug "^4.3.4"
ejs "^3.1.10"
get-package-type "^0.1.0"
globby "^11.1.0"
indent-string "^4.0.0"
is-wsl "^2.2.0"
minimatch "^9.0.4"
string-width "^4.2.3"
supports-color "^9.4.0"
widest-line "^3.1.0"
wordwrap "^1.0.0"
wrap-ansi "^7.0.0"

"@oclif/plugin-help@^5.2.14":
version "5.2.20"
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.20.tgz#4035a0ac231f95fb8e334da342175e3ca00f6abc"
Expand Down

0 comments on commit ce896cd

Please sign in to comment.