From 670936dddfff566011ec61b7ab73e54aaa46b8be Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 30 Nov 2024 11:48:17 +0000 Subject: [PATCH] chore(release): 0.2.41 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed5682..7e3d1f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.41](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.40...0.2.41) (2024-11-30) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.44 to 0.8.45 ([#177](https://github.com/oclif/plugin-test-esbuild-single/issues/177)) ([9daba4e](https://github.com/oclif/plugin-test-esbuild-single/commit/9daba4e010c1bce244c123fae273a05c5441761f)) + + + ## [0.2.40](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.39...0.2.40) (2024-11-23) diff --git a/package.json b/package.json index c752135..56e3927 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.40", + "version": "0.2.41", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",