From ca82fb9edb957e5369d5e8cd0671edb7f653a920 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 26 Oct 2024 08:46:20 +0000 Subject: [PATCH] chore(release): 0.5.42 [skip ci] --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9497e05..d7e6400 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.42](https://github.com/oclif/plugin-test-esbuild/compare/0.5.41...0.5.42) (2024-10-26) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.35 to 0.8.39 ([#193](https://github.com/oclif/plugin-test-esbuild/issues/193)) ([5596aa5](https://github.com/oclif/plugin-test-esbuild/commit/5596aa5cca8448250c456a7ca845e3e41cdcd043)) + + + ## [0.5.41](https://github.com/oclif/plugin-test-esbuild/compare/0.5.40...0.5.41) (2024-10-20) diff --git a/README.md b/README.md index b10c1a8..6d9e592 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ $ npm install -g @oclif/plugin-test-esbuild $ bundle COMMAND running command... $ bundle (--version) -@oclif/plugin-test-esbuild/0.5.41 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.42 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index f07b1b3..15a51a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.41", + "version": "0.5.42", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",