From db134190bfa872c2869cc4969c7ac36aba6f42c1 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 15 Sep 2024 11:47:27 +0000 Subject: [PATCH] chore(release): 0.8.28 [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 f8a163c..dc56cf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.8.28](https://github.com/oclif/plugin-test-esm-1/compare/0.8.27...0.8.28) (2024-09-15) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-plugins from 5.4.6 to 5.4.8 ([#263](https://github.com/oclif/plugin-test-esm-1/issues/263)) ([7a494d6](https://github.com/oclif/plugin-test-esm-1/commit/7a494d67fa0cc1fe53a899a0fa06b677abedcf2d)) + + + ## [0.8.27](https://github.com/oclif/plugin-test-esm-1/compare/0.8.26...0.8.27) (2024-09-15) diff --git a/README.md b/README.md index 3ca01c0..36b0971 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.27 linux-x64 node-v18.20.4 +@oclif/plugin-test-esm-1/0.8.28 linux-x64 node-v18.20.4 $ 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.27/src/commands/esm1.ts)_ +_See code: [src/commands/esm1.ts](https://github.com/oclif/plugin-test-esm-1/blob/0.8.28/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.6/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/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.6/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/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.6/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/install.ts)_ ## `esm1 plugins link PATH` @@ -202,7 +202,7 @@ EXAMPLES $ esm1 plugins link myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.6/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/link.ts)_ ## `esm1 plugins reset` @@ -217,7 +217,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.6/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/reset.ts)_ ## `esm1 plugins uninstall [PLUGIN]` @@ -245,7 +245,7 @@ EXAMPLES $ esm1 plugins uninstall myplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.6/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/uninstall.ts)_ ## `esm1 plugins update` @@ -263,5 +263,5 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.6/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/update.ts)_ diff --git a/package.json b/package.json index cf0419d..7685376 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-1", - "version": "0.8.27", + "version": "0.8.28", "description": "Test ESM plugin", "author": "Salesforce", "bin": {