From 0e319bc5ffb2325ca0a64b86b805cc73b90e5201 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 19 Oct 2024 11:50:11 +0000 Subject: [PATCH] chore(release): 0.7.41 [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 c51fd6b..8cd42a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.7.41](https://github.com/oclif/plugin-test-esm-2/compare/0.7.40...0.7.41) (2024-10-19) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.28 to 4.0.29 ([#256](https://github.com/oclif/plugin-test-esm-2/issues/256)) ([bfa7c93](https://github.com/oclif/plugin-test-esm-2/commit/bfa7c9359ac5aa05788439f64151a732342bc7cf)) + + + ## [0.7.40](https://github.com/oclif/plugin-test-esm-2/compare/0.7.39...0.7.40) (2024-10-12) diff --git a/README.md b/README.md index bd57e82..a3f1abe 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.40 linux-x64 node-v18.20.4 +@oclif/plugin-test-esm-2/0.7.41 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.40/src/commands/esm2.ts)_ +_See code: [src/commands/esm2.ts](https://github.com/oclif/plugin-test-esm-2/blob/0.7.41/src/commands/esm2.ts)_ ## `esm2 help [COMMAND]` diff --git a/package.json b/package.json index 2d1a9d7..b0eb399 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esm-2", - "version": "0.7.40", + "version": "0.7.41", "description": "Test ESM plugin", "author": "Salesforce", "bin": {