From 13079f45be0d0fbe51e5b31610b0b343b92ee764 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 17 Nov 2024 03:21:18 +0000 Subject: [PATCH] chore(release): 0.8.42 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 18 +++++++++--------- package.json | 2 +- 3 files changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38a884d..faa27d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.8.42](https://github.com/oclif/plugin-test-esm-1/compare/0.8.41...0.8.42) (2024-11-17) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.4.15 to 5.4.17 ([#307](https://github.com/oclif/plugin-test-esm-1/issues/307)) ([54a721d](https://github.com/oclif/plugin-test-esm-1/commit/54a721daeb0a44bded50cb665d3c362b01c676e8)) + + + ## [0.8.41](https://github.com/oclif/plugin-test-esm-1/compare/0.8.40...0.8.41) (2024-11-03) diff --git a/README.md b/README.md index d8c54ef..d07514d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-1 $ esm1 COMMAND running command... $ esm1 (--version) -@oclif/plugin-test-esm-1/0.8.41 linux-x64 node-v18.20.4 +@oclif/plugin-test-esm-1/0.8.42 linux-x64 node-v18.20.5 $ esm1 --help [COMMAND] USAGE $ esm1 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/0.8.41/src/commands/esm1.ts)_ +_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/0.8.42/src/commands/esm1.ts)_ ## `esm1 help [COMMAND]` @@ -96,7 +96,7 @@ EXAMPLES $ esm1 plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/index.ts)_ ## `esm1 plugins:inspect PLUGIN...` @@ -123,7 +123,7 @@ EXAMPLES $ esm1 plugins inspect myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/inspect.ts)_ ## `esm1 plugins install PLUGIN` @@ -172,7 +172,7 @@ EXAMPLES $ esm1 plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/install.ts)_ ## `esm1 plugins link PATH` @@ -203,7 +203,7 @@ EXAMPLES $ esm1 plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/link.ts)_ ## `esm1 plugins reset` @@ -218,7 +218,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/reset.ts)_ ## `esm1 plugins uninstall [PLUGIN]` @@ -246,7 +246,7 @@ EXAMPLES $ esm1 plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/uninstall.ts)_ ## `esm1 plugins update` @@ -264,5 +264,5 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.15/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index 003c182..f71d435 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-1", - "version": "0.8.41", + "version": "0.8.42", "description": "Test ESM plugin", "author": "Salesforce", "bin": {