From db09c4a80d8d6db4302193dd483c2146eb456adb Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 20 Oct 2024 03:09:31 +0000 Subject: [PATCH] chore(release): 0.5.41 [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 b710971..9497e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.5.41](https://github.com/oclif/plugin-test-esbuild/compare/0.5.40...0.5.41) (2024-10-20) + + +### Bug Fixes + +* **deps:** bump @oclif/core from 4.0.28 to 4.0.29 ([#187](https://github.com/oclif/plugin-test-esbuild/issues/187)) ([552a1bc](https://github.com/oclif/plugin-test-esbuild/commit/552a1bc6e6ee96040e589976f82e0e492ca48696)) + + + ## [0.5.40](https://github.com/oclif/plugin-test-esbuild/compare/0.5.39...0.5.40) (2024-10-12) diff --git a/README.md b/README.md index 7e64494..b10c1a8 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.40 linux-x64 node-v18.20.4 +@oclif/plugin-test-esbuild/0.5.41 linux-x64 node-v18.20.4 $ bundle --help [COMMAND] USAGE $ bundle COMMAND diff --git a/package.json b/package.json index ed713fd..a89bb78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild", - "version": "0.5.40", + "version": "0.5.41", "description": "Bundled plugin for testing", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild/issues",