From c01a4e55d23fcdea4450bf76451ee759fa100370 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 8 Sep 2024 03:01:13 +0000 Subject: [PATCH] chore(release): 0.7.30 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06be0bf..2da0a02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.30](https://github.com/oclif/plugin-test-esm-2/compare/0.7.29...0.7.30) (2024-09-08) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.19 to 4.0.21 ([#227](https://github.com/oclif/plugin-test-esm-2/issues/227)) ([6fba3ef](https://github.com/oclif/plugin-test-esm-2/commit/6fba3efb92536cd996a280f7282a3da572adac5c)) + + + ## [0.7.29](https://github.com/oclif/plugin-test-esm-2/compare/0.7.28...0.7.29) (2024-09-01) diff --git a/README.md b/README.md index 7b479cb..9570d18 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ $ npm install -g @oclif/plugin-test-esm-2 $ esm2 COMMAND running command... $ esm2 (--version) -@oclif/plugin-test-esm-2/0.7.29 linux-x64 node-v18.20.4 +@oclif/plugin-test-esm-2/0.7.30 linux-x64 node-v18.20.4 $ esm2 --help [COMMAND] USAGE $ esm2 COMMAND @@ -53,7 +53,7 @@ GLOBAL FLAGS --json Format output as json. ``` -_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.29/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.30/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` diff --git a/package.json b/package.json index f8d4f18..d51776a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.29", + "version": "0.7.30", "description": "Test ESM plugin", "author": "Salesforce", "bin": {