From 811f60d06af6814427b2e68391a8ef7dc8a532ae Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 28 Dec 2024 05:48:05 +0000 Subject: [PATCH] chore(release): 0.2.47 [skip ci] --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67d847..1aa5eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [0.2.47](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.46...0.2.47) (2024-12-28) + + +### Bug Fixes + +* **deps:** bump @oclif/plugin-test-esm-1 from 0.8.50 to 0.8.52 ([#194](https://github.com/oclif/plugin-test-esbuild-single/issues/194)) ([a318595](https://github.com/oclif/plugin-test-esbuild-single/commit/a318595ab1b116de2bdbdacd985a3d1210e483cd)) + + + ## [0.2.46](https://github.com/oclif/plugin-test-esbuild-single/compare/0.2.45...0.2.46) (2024-12-21) diff --git a/package.json b/package.json index 334544d..e6aa92f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@oclif/plugin-test-esbuild-single", - "version": "0.2.46", + "version": "0.2.47", "description": "Bundled plugin for testing (single file executable)", "author": "Salesforce", "bugs": "https://github.com/oclif/plugin-test-esbuild-single/issues",