From 46053d17c176dac40ca4a695ef86ee89b1ea2b90 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 14 Dec 2024 03:21:49 +0000 Subject: [PATCH] chore(release): 0.2.44 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f28b71..6c8084d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.44](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.43...0.2.44) (2024-12-14) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.46 to 0.8.48 ([#189](https://github.com/oclif/plugin-test-esbuild-single/issues/189)) ([4e7a3be](https://github.com/oclif/plugin-test-esbuild-single/commit/4e7a3bee917bbd0326b6c1ee4be843335314733f)) + + + ## [0.2.43](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.42...0.2.43) (2024-12-07) diff --git a/package.json b/package.json index d4e4418..af07da6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.43", + "version": "0.2.44", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",